Functions to coerce an intensity
object to a data frame.
# S3 method for intensity as.data.frame(x, row.names = NULL, optional = FALSE, ..., stringsAsFactors = default.stringsAsFactors())
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? |
A data frame.
#> x y t i n #> 1 1 1 1 0 1 #> 2 1 2 1 1 1 #> 3 1 3 1 0 1 #> 4 1 4 1 1 1 #> 5 1 5 1 0 1 #> 6 1 6 1 0 1