Creates an overlay plot for class 'folded'. Continuous items are plotted vs last continuous item, conditioned (facetted) by up to two categorical items.
# S3 method for folded
overlay(x, ..., ncol = 4, nrow = 4, color = "black",
points = TRUE, line = "solid", ylab = NULL, xlab = NULL,
ylog = FALSE, xlog = FALSE)
folded. See fold
.
unquoted names of items to plot
number of panel columns if only one conditioning variable
number of panel rows if only one conditioning variable
color for points and lines, recycled as necessary
logical: whether to plot points, recycled as necessary
character: line types ('none','solid','dashed', etc. See geom_line
). Recycled as necessary
y axis label to override default
x axis label to override default
whether to log-transform y axis data
whether to log-transform x axis data
a list of ggplot, possibly length one
Other multivariate plots: corsplom
,
metaplot
, overlay.data.frame