s2_cell_union: Create S2 Cell Union vectors

View source: R/s2-cell-union.R

s2_cell_unionR 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".


s2 documentation built on May 31, 2023, 9:33 p.m.