strand_create: Create Strand Object from Seriated Incidence Matrix

View source: R/strand.R

strand_createR Documentation

Create Strand Object from Seriated Incidence Matrix

Description

Given a seriated incidence matrix with unique row and column names, create a strand object.

Usage

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)

Arguments

obj

A list of strands.

method

The method used to create the strand (optional).

Value

A list of class strands.


lakhesis documentation built on April 25, 2026, 5:06 p.m.