plot.fitTK: Plotting method for 'fitTK' objects

View source: R/plot_fit.R

plot.fitTKR Documentation

Plotting method for fitTK objects

Description

This is the generic plot S3 method for the fitTK. It plots the fit obtained for each variable in the original dataset.

Usage

## S3 method for class 'fitTK'
plot(x, time_interp = NULL, ...)

Arguments

x

And object returned by fitTK

time_interp

A vector with additional time point to interpolate. Time point of the original data set are conserved.

...

Additional arguments

Value

a plot of class ggplot


rbioacc documentation built on May 29, 2024, 3:57 a.m.