sdemodel_display {resde} | R Documentation |
Display the model specification
Description
Display the model specification
Usage
sdemodel_display(model)
Arguments
model |
SDE model specification, as produced by sdemodel() |
Value
Invisibly returns its argument
Examples
mod <- sdemodel(); sdemodel_display(mod)
[Package resde version 1.1 Index]