as.data.frame.circular {circular} | R Documentation |
as.data.frame.circular
Description
This function is a method of as.data.frame
for a circular object.
Usage
## S3 method for class 'circular'
as.data.frame(x, row.names = NULL, optional = FALSE, ...)
Arguments
x |
object of class |
row.names |
|
optional |
logical; if |
... |
additional arguments to be passed to or from methods. |
Author(s)
Claudio Agostinelli
[Package circular version 0.5-0 Index]