read.interval: Reads a CSV file and converts the data into a 3D interval...

View source: R/interval.R

read.intervalR Documentation

Reads a CSV file and converts the data into a 3D interval array.

Description

Reads a CSV file and converts the data into a 3D interval array.

Usage

read.interval(..., row.names = FALSE, class = NULL)

Arguments

...

Additional arguments passed to read.csv().

row.names

Logical indicating if the first column contains row names.

class

The column index of class labels (set to 'NULL' if not present).

Value

A structured interval object representing the data from the CSV file.


COveR documentation built on Oct. 30, 2024, 9:28 a.m.