plot.TEfit | R Documentation |
Plot predicted values of a TEfit model. Predictions are thresholds, if relevant; otherwise they are overall model predictions
## S3 method for class 'TEfit'
plot(
TEs3,
plot_title = "",
xlabel = "",
ylabel = "",
sub_title = "",
ymin = NA,
ymax = NA
)
TEs3 |
TEfit model output |
plot_title |
optional plot title |
xlabel |
optional plot x axis label |
ylabel |
optional plot y axis label |
sub_title |
optional plot caption |
ymin |
optional lower boundary for Y axis |
ymax |
optional upper boundary for X axis |
## Not run:
m <- TEfit(anstrain_s1[,c('acc','trialNum')])
plot(m)
## End(Not run)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.