View source: R/plot.TEfitAll.R
plot.TEfitAll | R Documentation |
Plot a collection of models fit by TEfitAll()
## S3 method for class 'TEfitAll'
plot(TEs3s, ymin = NA, ymax = NA)
TEs3s |
A TEfitAll model object (collection of fit models) |
ymin |
minimum y value |
ymax |
maximum y value |
## Not run:
m <- TEfitAll(anstrain[,c('acc','trialNum')],groupingVar = anstrain$subID)
plot(m)
## End(Not run)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.