Subset tiles using the single bracket operator. Subset geometry (tiles, buffs or nbuffs) using the double brackets
1 2 3 4 5 6 7 8 9 10 11 12 13 14 | ## S4 method for signature 'tileScheme,character,ANY'
x[i, j, ..., drop = TRUE]
## S4 method for signature 'tileScheme,numeric,numeric'
x[i, j, ..., drop = TRUE]
## S4 method for signature 'tileScheme,numeric,missing'
x[i, j, ..., drop = TRUE]
## S4 method for signature 'tileScheme,missing,numeric'
x[i, j, ..., drop = TRUE]
## S4 method for signature 'tileScheme,character,missing'
x[[i, j, ..., exact = TRUE]]
|
x |
a 'tileScheme' object |
i, j, ... |
indices specifying elements to extract |
drop, exact |
arguments not used for 'tileScheme' |
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.