read.interval | R Documentation |
Reads a CSV file and converts the data into a 3D interval array.
read.interval(..., row.names = FALSE, class = NULL)
... |
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). |
A structured interval object representing the data from the CSV file.
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.