| strand_create | R Documentation |
Given a seriated incidence matrix with unique row and column names, create a strand object.
strand_create(obj, method = NULL)
## S3 method for class 'matrix'
strand_create(obj, method = NULL)
## S3 method for class 'incidence_matrix'
strand_create(obj, method = NULL)
obj |
A |
method |
The method used to create the strand (optional). |
A list of class strands.
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.