Description Usage Arguments Value Examples
View source: R/ardupilot_log_functions.R
Determines if vectors is numeric or integer to minimize memory
1 | class.define(x)
|
x |
A vector containing a message parameter |
The vector with the class defined as either integer or numeric
1 2 3 4 | x <- c(1,2,4,5)
str(x)
x <- class.define(x)
str(x)
|
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.