Create SWR model object
createSWR.RdConstructor to create an SWR model object manually based on model parameters
Details
An SWR model object is an S3-class object, which contains at least two variables:
a matrix
paramwith 2 columns representing one window per row. The first column contains location parameters delta (>=0), the second column contains the standard deviation sigma (>0),a vector
mixof regression parameters, representing one window each. Thus, the number of windows is given by the number of rows inparam, as well as by the number of elements inmix. Additional variables can be appended to theSWRmodel object by using the...argument