as.data.frame.intensity {epiphy} | R Documentation |
Coerce to a data frame.
Description
Functions to coerce an intensity
object to a data frame.
Usage
## S3 method for class 'intensity'
as.data.frame(
x,
row.names = NULL,
optional = FALSE,
...,
stringsAsFactors = FALSE
)
Arguments
x |
An |
row.names |
|
optional |
logical. If |
... |
additional arguments to be passed to or from methods. |
stringsAsFactors |
logical: should the character vector be converted to a factor? |
Value
A data frame.
Examples
my_data <- incidence(tomato_tswv$field_1929)
head(as.data.frame(my_data))
[Package epiphy version 0.5.0 Index]