View source: R/renderOptPathPlot.R
renderOptPathPlot | R Documentation |
Same as plotOptPath()
, but renders the plots for just 1 iteration
and returns a list of plots instead of printing the plot. Useful, if you want
to extract single plots or to edit the ggplots by yourself.
renderOptPathPlot(
op,
iter,
x.over.time,
y.over.time,
contour.name = NULL,
xlim = list(),
ylim = list(),
alpha = TRUE,
log = NULL,
colours = c("red", "blue", "green", "orange"),
size.points = 3,
size.lines = 1.5,
impute.scale = 1,
impute.value = "missing",
scale = "std",
ggplot.theme = ggplot2::theme(legend.position = "top"),
marked = NULL,
subset.obs,
subset.vars,
subset.targets,
short.x.names,
short.y.names,
short.rest.names
)
op |
OptPath |
iter |
( |
x.over.time |
( |
y.over.time |
( |
contour.name |
( |
xlim |
list |
ylim |
list |
alpha |
( |
log |
character |
colours |
( |
size.points |
( |
size.lines |
( |
impute.scale |
( |
impute.value |
( |
scale |
( |
ggplot.theme |
Theme for the ggplots. Can be generated by |
marked |
( |
subset.obs |
integer |
subset.vars |
( |
subset.targets |
( |
short.x.names |
character |
short.y.names |
character |
short.rest.names |
character |
List of plots. List has up to elements: plot.x: Plot for XSpace. If both X and Y are 1D, Plot for both plot.y: Plot for YSpace. If both X and Y are 1D, NULL. plot.x.over.time: List of plots for x over time. Can also be NULL. plot.y.over.time: List of plots for y over time. Can also be NULL.
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.