24-Transpose | R Documentation |
Transpose an MPCR object.
## S4 method for signature 'Rcpp_MPCR'
t(x)
x |
An MPCR object. |
An MPCR object.
library(MPCR)
a <- matrix(1:20, nrow = 2)
a_MPCR <- as.MPCR(a,2,10,"double")
a_MPCR_transpose <- t(a_MPCR)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.