plot.TSS: Generic 'plot' function for TSS Object

Description Usage Arguments

Description

Generic plot function for TSS Object

Usage

1
2
3
## S3 method for class 'TSS'
plot(x, columns = c("tss", "sensitivity", "specificity"),
  column.col, ylab, main = NULL, ...)

Arguments

x

object of class TSS to be plotted

columns

names of columns to be plotted from x

column.col

colours for each column to be plotted. Default is rainbow(length(columns))

ylab

y-axis label. Default is paste(columns, collapse=" | ")

main

main caption of the plot. Default is NULL

...

additional objects for plot functions. For 1D TSS (attr(x, "dimension")==1) for the plot() function is used, for the 2D (attr(x, "dimension")==2) the wireframe() function from the package lattice isd used.


rkrug/TSS documentation built on July 6, 2019, 4:37 p.m.