View source: R/estimateConsumption.R
plot.consumption | R Documentation |
Plot consumption
## S3 method for class 'consumption'
plot(x, ...)
x |
object of type consumption |
... |
additional argument |
ggplot2 object
## Not run:
data("consumptionData")
par.list <- list(
logCmax = log(1.2),
logChalf = log(1e2),
logalpha = log(2),
logbeta = log(2),
logSigma = log(1e3)
)
cFit <- estimateConsumption(data = consumptionData, parameters = par.list, silent =TRUE,
map = list(logalpha = factor(NA),
logbeta = factor(NA)))
plot(cFit)
## End(Not run)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.