R/nemtrChart.R

Defines functions nemtrChart

### nemtrChart ###
#'
#'
#'
#'

nemtrChart <- function(nemt_plot){
  ggplot(data = nemt_plot, aes(x = timing)) +
  geom_line(aes(y = st)) +
  geom_line(aes(y = UL)) +
  geom_line(aes(y = LL)) +
  geom_point(aes(y = st))
}

Try the nemtr package in your browser

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

nemtr documentation built on Jan. 22, 2023, 1:32 a.m.