plot_ppc_combi | R Documentation |
The function expects a data.frame with four mandatory and one optional column. The mandatory columns are as follows:
pred
: mean of predictions e.g. frond number for lemna
max
: maximum of predictions
min
: minimum of predictions
obs
: observations
The optional column is to be named study
and contains a study identifier.
If more than one study identifier is present in the table, individual
studies will be plotted in different colors and a legend will be displayed.
The function is called by plot_ppc where the column names are defined
(see rs_ppc object).
plot_ppc_combi(table, xy_lim = NULL)
table |
|
xy_lim |
optional |
a ggplot2 plot object
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.