| .as_num1 | R Documentation |
Helper to safely coerce an object to numeric and return the first
element, or NA_real_ if empty. Used internally when parsing
RTransferEntropy-style output tables.
.as_num1(z)
z |
An object to be coerced to numeric. |
A numeric scalar (first element of as.numeric(z)) or
NA_real_ if conversion fails or the result is empty.
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.