dim: Dimension Attributes of a Clifro Object

dimnames,dataFrame-methodR Documentation

Dimension Attributes of a Clifro Object

Description

Retrieve the dimensions or dimension names of a dataFrame object.

Usage

## S4 method for signature 'dataFrame'
dimnames(x)

## S4 method for signature 'dataFrame'
dim(x)

Arguments

x

a dataFrame object

Specifically, a dataFrame object is any cfStation or cfData object. These functions are provided for the user to have (some) familiar data.frame-type functions available for use on clifro objects.

See Also

cf_query for creating cfData objects, and cf_station for creating cfStation objects.


ropensci/clifro documentation built on March 17, 2023, 12:17 a.m.