MergeDf {pvcurveanalysis} | R Documentation |
Merges data to data frames
Description
merges data frames containing all neccessary informations for plotting with PlotOutput()
Usage
MergeDf(
x,
y,
y2 = FALSE,
y3 = FALSE,
legend,
legend.y2 = FALSE,
legend.y3 = FALSE
)
Arguments
x |
vector containing the x values |
y |
vector containing the y values |
y2 |
optional vector containing the values for the second y coordinates |
y3 |
optional vector containing the values for the third y coordinates |
legend |
name of the y values in the legend |
legend.y2 |
optional name of the second y values in the legend |
legend.y3 |
optional name of the third y values in the legend |
Value
data frame with columns containing all above information in equalized length as requested by gglot
[Package pvcurveanalysis version 1.0.0 Index]