webplot: webplot

Usage Arguments

View source: R/webplot.R

Usage

1
2
webplot(data, data.row = NULL, y.cols = NULL, main = NULL, add = F,
  col = "red", scale = T, lwd = 3, lty = 1, cex = 1, ...)

Arguments

data \item

data.row

\item

y.cols

\item

main

\item

add

\item

col

\item

scaleif TRUE: data = apply(data, 2, function(x) ((x - min(x))/(max(x)-min(x))+.1)/1.1)

\item

lwdas in plot()

\item

ltyas in plot()

\item

cexas in plot()

\item

...

\item

colas in plot() webplot

data(pal.unipd)

X <- as.data.frame(matrix(rpois(30,100),3,10)) webplot.multi(X[1,]) webplot.multi(X,col=pal.unipd)

~kwd1 ~kwd2


livioivil/rospo documentation built on Nov. 26, 2019, 5:36 p.m.