scale_blank | R Documentation |
The 'base::scale()' function adds attributes to the output that can lead to problems later on. This function scales a vector and strips the attributes.
scale_blank(x, center = TRUE, scale = TRUE)
x |
a numeric matrix(like object). |
center |
either a logical value or numeric-alike vector of length
equal to the number of columns of |
scale |
either a logical value or a numeric-alike vector of length
equal to the number of columns of |
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.