[[ can be used to get the table of metadata for a specific tile.
Usage
# S4 method for class 'tilePlan,numeric,missing'
x[[i, j, ...]]
# S4 method for class 'tilePlan,missing,missing'
x[[i, j, ...]]
# S4 method for class 'tilePlan,missing,character'
x[[i, j, ...]]
# S4 method for class 'tilePlan,numeric,character'
x[[i, j, ...]]
# S4 method for class 'tilePlan,numeric,character'
x[[i, j, ...]] <- value
# S4 method for class 'tilePlan,missing,character'
x[[i, j, ...]] <- valueSee also
Other tile* methods:
arith,
as.polygons(),
bracket,
centroids(),
dim(),
dollar,
ext(),
intersect(),
plot()