PlotOutput: Plot Output

Description Usage Arguments Value

View source: R/PlotOutput.R

Description

plots the data as specified

Usage

 1
 2
 3
 4
 5
 6
 7
 8
 9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
PlotOutput(
  sub.sample,
  x,
  y,
  y2 = FALSE,
  y3 = FALSE,
  legend.y,
  legend.y2 = FALSE,
  legend.y3 = FALSE,
  x.axis,
  y.axis,
  x.intercept = FALSE,
  y.intercept = FALSE,
  legend.x.intercept = FALSE,
  line.x,
  line.y,
  line.y2 = FALSE,
  line.y3 = FALSE,
  legend.line.y,
  legend.line.y2 = FALSE,
  legend.line.y3 = FALSE,
  show.legend = show.legend
)

Arguments

sub.sample

sample ID

x

vector containing the x coordinates of the data to be plotted as points

y

vector containing the y coodinates of the data to be plotted as points

y2

optional vector containing the second y coordinates of the data to be plotted as points

y3

optional vector containing the third y coordinates of the data to be plotted as points

legend.y

string, name of data points to be printed in the legend

legend.y2

string, optional name of second set of data points to be printed in the legend

legend.y3

string, optional name of third set of data points to be printed in the legend

x.axis

string, label of x axis

y.axis

sring, label of y axis

x.intercept

vector containg the x coordinate of the intercept

y.intercept,

optional vector containg the y coordinate of the intercept

legend.x.intercept

string, name of x.intercept to be printed in the legend

line.x

vector containing the x coordinate for the lines

line.y

vector containing the y coordinates for the line

line.y2

vector containing the y coordinates for the second line

line.y3

vector containing the y coordinates for the second line

legend.line.y

string, name of line to be printed in the legend

legend.line.y2

string, name of second line to be printed in the legend

legend.line.y3

string, name of third line to be printed in the legend

show.legend

boolean, specifies whether a legend is to be printed

Value

graphic


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