View source: R/gadgetlikelihood.R
| gadgetlikelihood | R Documentation | 
Create a likelihood file object, from fresh or an existing file.
gadgetlikelihood(file_name, path, missingOkay = FALSE)
| file_name | The name of the likelihood file | 
| path | The path to the gadget directory to read from | 
| missingOkay | If  | 
A list of likelihood components representing file
path <- './cod-model'
# Read 'likelihood' likelihood file, creating it if it doesn't exist
gadgetlikelihood('likelihood', path, missingOkay = TRUE)  
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.