Data.1D.model | R Documentation |
Synthetic model output for a simple 1-parameter ensemble example
data(Data.1D.model)
The format is a list containing five elements
: 11-element time vector: (0, 1, ..., 10)
: Time units="Year"
: [1:11, 1:21] matrix of model response, [row,col] = [time index, parameter index]. The corresponding vector of parameters for columns is in the $par component of Data.1D.par.Rd ...
: Output name="Sample Output"
: Output units="Unitless"
Model response Y
is a function of time and parameter setting
\Theta
as follows: Y=sin(\Theta)(1 + 2t+t^2)
# Fit an emulator to the 1-parameter ensemble data
data(Data.1D.model)
data(Data.1D.par)
emulator(Data.1D.par, Data.1D.model, FALSE, FALSE, 1, 1)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.