Learn R Programming

TileManager (version 0.4.1)

[,tileScheme,character,ANY-method: Subset

Description

Subset tiles using the single bracket operator. Subset geometry (tiles, buffs or nbuffs) using the double brackets

Usage

# S4 method for tileScheme,character,ANY
[(x, i, j, ..., drop = TRUE)

# S4 method for tileScheme,numeric,numeric [(x, i, j, ..., drop = TRUE)

# S4 method for tileScheme,numeric,missing [(x, i, j, ..., drop = TRUE)

# S4 method for tileScheme,missing,numeric [(x, i, j, ..., drop = TRUE)

# S4 method for tileScheme,character,missing [[(x, i, j, ..., exact = TRUE)

Arguments

x

a 'tileScheme' object

i, j, ...

indices specifying elements to extract

drop, exact

arguments not used for 'tileScheme'