GrowthCurve.plot | R Documentation |
growthcurve plot at a single preheat temperature
GrowthCurve.plot(Sn, ph0 = seq(1, 4), Unique = FALSE, debug = FALSE, ...)
Sn |
[list] (**required**) efficiencies S table (see Sn function) |
ph0 |
[numeric] (**with default**): selected preheat |
Unique |
[logical] (**with default**) TRUE a single De, independent from preheat temperature |
debug |
if |
... |
further arguments that will be passed to the function BayesCal |
a plot
WinBUg results object
data(Anatolian2, envir = environment())
file<-Anatolian2$FILE
## Not run:
GrowthCurve.plot(Sn(file,ech=1,OSL=2,Dose=c(0,200,250,300,0,200)),
ph0=c(1,2,3,4),
Unique=FALSE)
## End(Not run)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.