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

as.data.frame.circular(x, row.names = NULL, optional = FALSE, ...)

Arguments

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.
...

Author(s)

Claudio Agostinelli


[Package circular version 0.3-8 Index]