Skip to content
Snippets Groups Projects
Commit c871ff2e authored by Otto, Dr. Saskia's avatar Otto, Dr. Saskia
Browse files

had to remove examples as I couldn't find the other 2 helper functions

parent fee08f8e
No related branches found
No related tags found
No related merge requests found
......@@ -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))
......
......@@ -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}}
}
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment