add_tile: Add a new tile to a tiling

Description Usage Arguments Value

View source: R/utilities.R

Description

Add a new tile to a tiling

Usage

1
add_tile(tiling, tile, target = "tile_list_user", store = TRUE)

Arguments

tiling

A tiling

tile

A new tile to add to the tiling (from create_tile)

target

List to which the tile should be added. One of tile_list_user, tile_list_base, tile_list_ignore, or NULL if the tile should not be added anywhere.

store

Should the tile be stored in the target

Value

The tiling with the new tile added


aheneliu/tiler documentation built on May 21, 2019, 12:03 p.m.