26-Metadata | R Documentation |
Metadata functions.
## S4 method for signature 'Rcpp_MPCR'
storage.mode(x)
## S4 method for signature 'Rcpp_MPCR'
typeof(x)
## S4 method for signature 'Rcpp_MPCR'
MPCR.object.size(x)
## S4 method for signature 'Rcpp_MPCR'
MPCR.ChangePrecision(x,precision)
x |
An MPCR object. |
precision |
String with the required precision. |
Prints/change metadata about an MPCR object.
library(MPCR)
x <- as.MPCR(1:20,precision="double")
typeof(x)
MPCR.ChangePrecision(x,"single")
MPCR.is.single(x) #True
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.