s2_cell_union {s2}R Documentation

Create S2 Cell Union vectors

Description

Create S2 Cell Union vectors

Usage

s2_cell_union(x = list())

## S3 method for class 's2_cell_union'
as_s2_geography(x, ...)

as_s2_cell_union(x, ...)

## S3 method for class 's2_cell_union'
as_s2_cell_union(x, ...)

## S3 method for class 's2_cell'
as_s2_cell_union(x, ...)

## S3 method for class 'character'
as_s2_cell_union(x, ...)

Arguments

x

A list() of s2_cell() vectors.

...

Passed to S3 methods

Value

An object of class "s2_cell_union".


[Package s2 version 1.1.7 Index]