reconstruct.fitted: Reconstruct the Fitted LD Decay Curves of Four Models

Description Usage Arguments Value See Also Examples

View source: R/CAMer.R

Description

Given an object of "CAM.single" class, reconstruct the fitted LD decay curves of the four models (from singleCAM) or HI model (from singleHI).

Usage

1
reconstruct.fitted(CAM.single)

Arguments

CAM.single

an object of "CAM.single" class

Value

a list consisting of the four fitted curves

See Also

singleCAM, singleHI construct.CAM

Examples

1
2
3
4
5
6
7
8
9
data(CGF_50)
Z<-CGF_50$Combined_LD
d<-CGF_50$Distance

fit<-singleCAM(d,Z,m1=0.3,T=100L,isolation=FALSE)
fitted.curves<-reconstruct.fitted(fit)

fit<-singleHI(d,Z,m1=0.3,T=100L)
fitted.curves<-reconstruct.fitted(fit)

QIU-Hongxiang-David/CAMer documentation built on Nov. 13, 2021, 5:15 p.m.