plotFit-methods: plotFit

plotFit-methodsR Documentation

plotFit

Description

Visualizing fit of s6model

Usage

plotFit(object, data, add, ...)

## S4 method for signature 'Parameters,numeric,missing'
plotFit(object, data, add, ...)

## S4 method for signature 'Parameters,data.frame,missing'
plotFit(object, data, add, ...)

## S4 method for signature 'Parameters,numeric,logical'
plotFit(object, data, add, ...)

## S4 method for signature 'Parameters,data.frame,logical'
plotFit(object, data, add, ...)

Arguments

object

A Parameters object

data

Numeric vector or data.frame with columns Weight and Freq.

add

Boolean. If TRUE, the plot is added to an existing graphics device.

...

Extra named arguments are passed to the plotting function

Value

invisible NULL


alko989/s6model documentation built on Nov. 2, 2023, 10:04 p.m.