View source: R/generic_element_list.R
getName | R Documentation |
Get element name.
getName(x)
## S4 method for signature 'unknown_statement'
getName(x)
## S4 method for signature 'comment'
getName(x)
## S4 method for signature 'line_break'
getName(x)
## S4 method for signature 'equation'
getName(x)
## S4 method for signature 'ode'
getName(x)
## S4 method for signature 'if_statement'
getName(x)
## S4 method for signature 'compartment'
getName(x)
## S4 method for signature 'compartment_bioavailability'
getName(x)
## S4 method for signature 'compartment_lag_time'
getName(x)
## S4 method for signature 'compartment_infusion_duration'
getName(x)
## S4 method for signature 'compartment_infusion_rate'
getName(x)
## S4 method for signature 'compartment_initial_condition'
getName(x)
## S4 method for signature 'theta'
getName(x)
## S4 method for signature 'omega'
getName(x)
## S4 method for signature 'sigma'
getName(x)
## S4 method for signature 'main_record'
getName(x)
## S4 method for signature 'ode_record'
getName(x)
## S4 method for signature 'f_record'
getName(x)
## S4 method for signature 'lag_record'
getName(x)
## S4 method for signature 'duration_record'
getName(x)
## S4 method for signature 'rate_record'
getName(x)
## S4 method for signature 'init_record'
getName(x)
## S4 method for signature 'error_record'
getName(x)
x |
element to know the name |
the name of this element
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.