From c871ff2eb0a00e39cecc8a48c9b07030ceb6d2e0 Mon Sep 17 00:00:00 2001 From: saskiaotto <saskia.otto@uni-hamburg.de> Date: Wed, 24 Feb 2021 18:14:20 +0100 Subject: [PATCH] had to remove examples as I couldn't find the other 2 helper functions --- R/panel_cor.R | 4 ---- man/panel_cor.Rd | 5 ----- 2 files changed, 9 deletions(-) diff --git a/R/panel_cor.R b/R/panel_cor.R index 8fc8284..90b6f52 100644 --- a/R/panel_cor.R +++ b/R/panel_cor.R @@ -10,10 +10,6 @@ #' @seealso \code{\link{pairs}} #' @export -#' @examples -#' z <- matrix(rnorm(40), ncol = 4) -#' pairs(z, upper.panel = panel_cor, -#' lower.panel = panel_lines, diag.panel = panel_hist) panel_cor <- function(x, y) { par(usr = c(0, 1, 0, 1)) diff --git a/man/panel_cor.Rd b/man/panel_cor.Rd index ef38667..ed53cf3 100644 --- a/man/panel_cor.Rd +++ b/man/panel_cor.Rd @@ -23,11 +23,6 @@ This and the other functions are utility functions for the pairs plot. the selected panels. \code{panel_lines} shows the regression line and \code{panel_hist} histograms. } -\examples{ -z <- matrix(rnorm(40), ncol = 4) -pairs(z, upper.panel = panel_cor, -lower.panel = panel_lines, diag.panel = panel_hist) -} \seealso{ \code{\link{pairs}} } -- GitLab