get_tpl_nm | R Documentation |
tpl_object_classes
.Get the names of all objects named in the BAM tpl file, with object classes in tpl_object_classes
.
get_tpl_nm(
tpl_obj = NULL,
tpl_file = NULL,
tpl_object_classes = c("init_int", "number", "init_number", "init_bounded_number",
"const double", "vector", "init_vector", "init_bounded_vector", "init_ivector",
"init_bounded_dev_vector", "matrix", "init_matrix")
)
tpl_obj |
tpl file read in as a character vector with readLines(con=tpl_file) |
tpl_file |
tpl file path |
tpl_obj_classes |
Character vector of names of tpl object classes. I think I listed all of the classes used in BAM, but I might have missed something. |
get_tpl_nm(tpl_AtlanticMenhaden)
get_tpl_nm(tpl_BlackSeaBass)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.