R/plot.smoothagesccs.R

Defines functions plot.smoothagesccs

plot.smoothagesccs <- function(x, type="l", ...) {
  
  fit <- x
   
  graphics::plot(fit$ageaxis, fit$age, type=type, ylab = "relative incidence", xlab = "age (days)") 
}

Try the SCCS package in your browser

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

SCCS documentation built on July 5, 2022, 5:05 p.m.