webplot: webplot

View source: R/webplot.R

webplotR Documentation

webplot

Description

webplot

Usage

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

Arguments

data

to be done

data.row

to be done

y.cols

to be done

main

to be done

add

to be done

col

as in plot()

scale

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

lwd

as in plot()

lty

as in plot()

cex

as in plot()

...

to be done

Examples

data(pal.unipd)

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


livioivil/r41sqrt10 documentation built on July 29, 2023, 5:40 p.m.