as.data.frame.circular: as.data.frame.circular

View source: R/as.data.frame.circular.R

as.data.frame.circularR 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 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.

...

additional arguments to be passed to or from methods.

Author(s)

Claudio Agostinelli


circular documentation built on Sept. 8, 2023, 6:03 p.m.