plot.TEfit: Plot a TEfit

View source: R/plot.TEfit.R

plot.TEfitR Documentation

Plot a TEfit

Description

Plot predicted values of a TEfit model. Predictions are thresholds, if relevant; otherwise they are overall model predictions

Usage

## S3 method for class 'TEfit'
plot(
  TEs3,
  plot_title = "",
  xlabel = "",
  ylabel = "",
  sub_title = "",
  ymin = NA,
  ymax = NA
)

Arguments

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

Examples

## Not run: 
m <- TEfit(anstrain_s1[,c('acc','trialNum')])
plot(m)

## End(Not run)


akcochrane/TEfits documentation built on June 12, 2025, 11:10 a.m.