c: Combine values into a vector or a list

c,extent_crs-methodR Documentation

Combine values into a vector or a list

Description

This is a generic function which combines its arguments.

Usage

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

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

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.

Value

a combination of 'x' class elements


rsat documentation built on March 18, 2022, 5:40 p.m.