plotICT | R Documentation |
plotICT - function to plot ICT data.
plotICT(
self,
data,
legendName = NULL,
type = c("density", "histogram", "freqpoly"),
ylim = NULL,
printStats = TRUE
)
out |
An |
Stephen Tueller stueller@rti.org
t1 <- Palytic$new(data = OvaryICT, ids='Mare', dv='follicles',
time='Time', phase='Phase')
t1$plot()
t1$plot(groupvar = 'Target1')
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.