con2fcoales | R Documentation |
This helper prevents the error in fcoalesce when attempting to coalesce two vectors of different data type (double/integer).
con2fcoales(u, z)
u, z |
Vectors of equal length and of different data types (e.g. double and integer). Missing values are accepted. |
A double data type vector of same length as the arguments.
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.