| 19-Scale | R Documentation |
Center or scale an MPCR object.
## S4 method for signature 'Rcpp_MPCR'
scale(x, center, scale)
x |
An MPCR object. |
center, scale |
Logical or MPCR objects. |
An MPCR matrix.
library(MPCR)
input <-as.MPCR(1:50,precision="single")
input$ToMatrix(5, 10)
temp_center_scale <- as.MPCR(1:10,precision="double")
z <- scale(x=input, center=FALSE, scale=temp_center_scale)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.