as.data.frame.circular {circular} | R Documentation |
This function is a method of as.data.frame
for a circular object.
as.data.frame.circular(x, row.names = NULL, optional = FALSE, ...)
x |
object of class circular . |
row.names |
NULL or a character vector giving the row
names for the data frame. Missing values are not allowed. |
optional |
logical; if TRUE setting row names is
optional. |
... |
Claudio Agostinelli