plotLines: Plot matlix as a set of lines

Description Usage Arguments Examples

Description

Plot matlix as a set of lines

Usage

1
plotLines(X, legend.locale = "topleft", ...)

Arguments

X

target matrix.

legend.locale

location of legend, for example, 'topleft' or 'bottomright'

...

graphics parameters

Examples

1
2
3
4
5
x <- seq(0, 2*pi, length.out = 100)
X <- rbind(sin(x), cos(x), sin(x) + cos(x))
rownames(X) <- c('sin(x)', 'cos(x)', 'sin(x) + cos(x)')

plotLines(X, 'topright')

hosscine/myfs documentation built on May 25, 2019, 6:20 p.m.