Skip to contents

Prints a short summary about the categorical environmental data.

Usage

# S3 method for env.cat
summary(object, short = TRUE, ...)

Arguments

object

The env.cat object read in by envDataRead.

short

Should the output be truncated to the first elements? (default: TRUE) This is useful when the dataset is large.

...

ignored

Value

list with:

  • class - the full class name;

  • nrow - number of rows;

  • ncol - number of columns;

  • rownames - character vector with row names;

  • colnames - character vector with column names.