Learn R Programming

rsat (version 0.1.21)

c,extent_crs-method: Combine values into a vector or a list

Description

This is a generic function which combines its arguments.

Usage

# S4 method for extent_crs
c(x, ...)

# S4 method for records c(x, ...)

Value

a combination of 'x' class elements

Arguments

x

a records object.

...

additional arguments.

Details

The default method combines its arguments to form a vector. All arguments are coerced to a common type which is the type of the returned value. All attributes except names are removed.