[,kgraph,ANY,ANY,ANY-method | R Documentation |
This function takes a kgraph object and returns the subset of kgraph object.
## S4 method for signature 'kgraph,ANY,ANY,ANY' x[i, j, drop = "missing"]
x |
A kgraph object |
i |
selected rows |
j |
selected columns |
drop |
drop unused levels |
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.