[,dim.reduct,ANY,ANY,ANY-method | R Documentation |
This function takes a dim.reduct object and returns the subset of the object.
## S4 method for signature 'dim.reduct,ANY,ANY,ANY' x[i, j, drop = "missing"]
x |
A dim.reduct object |
i |
integer; selected rows |
j |
integer; selected dimentions |
drop |
character; |
data(demo.sp); demo.sub.sp = demo.sp[1:5,];
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.