Learn R Programming

RCMIP5 (version 1.0)

as.data.frame.cmip5data: Convert a cmip5data object to a data frame

Description

Convert a cmip5data object to a data frame

Usage

## S3 method for class 'cmip5data':
as.data.frame(x, ..., verbose = FALSE,
  originalNames = FALSE)

Arguments

x
A cmip5data object
...
Other parameters
verbose
logical. Print info as we go?
originalNames
logical. Use original dimension names from file?

Value

  • The object converted, as well as possible, to a data frame