plot.predictTK {rbioacc}R Documentation

Plotting method for predictTK objects

Description

This is the generic plot S3 method for the predictTK.

Usage

## S3 method for class 'predictTK'
plot(x, ...)

## S3 method for class 'predictTKstan'
plot(x, add_data = FALSE, ...)

Arguments

x

An object of class predictTK returned by predict

...

Additional arguments

add_data

logical TRUE or FALSE to add the orignal data of the fit object x

Value

A plot of class ggplot


[Package rbioacc version 1.2.1 Index]