27-Print | R Documentation |
Prints the precision and type of the object, and print will print the meta data of the object without printing the values. Function x$PrintValues() should be used to print the values."
## S4 method for signature 'Rcpp_MPCR'
print(x)
## S4 method for signature 'Rcpp_MPCR'
show(object)
x , object |
An MPCR objects. |
Prints metadata about the object and some values.
A string containing the metadata of the MPCR object.
library(MPCR)
x <- as.MPCR(1:16,4,4,"single")
y <- as.MPCR(1:20,4,5,"double")
x
print(y)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.