R/plot.exposure.levels.R

Defines functions plot.exposure.levels

Documented in plot.exposure.levels

plot.exposure.levels <- function( x, col = "blue", ... ){
  if( .Device == "null device") stop("plot.vitd.curve must be called before plot.exposure.levels")
  n <- nrow(x[[1]])
  time <- x[[1]]
  for( i in 1:n ) points( time[i,], x[[2]][i,], col=col, ... )
}

Try the SimVitD package in your browser

Any scripts or data that you put into this service are public.

SimVitD documentation built on Aug. 20, 2023, 5:06 p.m.