plot.kinfit: Plot kinetic model fit

View source: R/kinfitr_methods.R

plot.kinfitR Documentation

Plot kinetic model fit

Description

Function to plot the output of a kinetic model.

Usage

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

Arguments

x

The output object of the model fitting procedure.

...

Additional optional arguments.

Details

This function uses the out$model name to call the correct function to plot the model fit.

Author(s)

Granville J Matheson, mathesong@gmail.com

Examples

## Not run: 
loganout <- Loganplot(t_tac, tac, input, 10, weights)
plot(loganout)

srtmout <- srtm(t_tac, reftac, roitac)
plot(srtmout, roiname = "Putamen", refname = "Cerebellum")

## End(Not run)


mathesong/kinfitr documentation built on Jan. 15, 2024, 11:07 p.m.