Description Usage Arguments Value See Also Examples
Given an object of "CAM.single" class, reconstruct the fitted LD decay curves of the four models (from singleCAM
) or HI model (from singleHI
).
1 | reconstruct.fitted(CAM.single)
|
CAM.single |
an object of "CAM.single" class |
a list consisting of the four fitted curves
singleCAM
, singleHI
construct.CAM
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)
|
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.