MergeDf: Merges data to data frames

Description Usage Arguments Value

View source: R/MergeDf.R

Description

merges data frames containing all neccessary informations for plotting with PlotOutput()

Usage

1
2
3
4
5
6
7
8
9
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


pvcurveanalysis documentation built on Oct. 13, 2021, 5:08 p.m.