View source: R/cpp_example_models.R
cpp_example_model | R Documentation |
Example C++ Codes for Non-Linear and SDE Models
cpp_example_model(example, return_code = FALSE)
example |
Name of the example model.
Run |
return_code |
If TRUE, will not compile the model but only returns the corresponding code. |
Returns pointers to the C++ snippets defining the model, or in case
of return_code = TRUE
, returns the example code without compiling.
cpp_example_model("sde_poisson_OU", return_code = TRUE)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.