plot_ppc_combi {cvasi} | R Documentation |
Create PPC plot for one or more datasets
Description
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 namedstudy
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).
Usage
plot_ppc_combi(table, xy_lim = NULL)
Arguments
table |
|
xy_lim |
optional |
Value
a ggplot2 plot object
[Package cvasi version 1.1.3 Index]