powered by
Functions for generating and handling alphanumeric tile names of the form 'X2:Y7' as used by partition_tiles and represampling_tile_bootstrap.
'X2:Y7'
as.tilename(x, ...)# S3 method for numeric as.tilename(x, ...)# S3 method for tilename as.character(x, ...)# S3 method for tilename as.numeric(x, ...)# S3 method for character as.tilename(x, ...)# S3 method for tilename print(x, ...)
# S3 method for numeric as.tilename(x, ...)
# S3 method for tilename as.character(x, ...)
# S3 method for tilename as.numeric(x, ...)
# S3 method for character as.tilename(x, ...)
# S3 method for tilename print(x, ...)
object of class tilename, character, or numeric vector of length 2
tilename
character
object of class tilename, character, or numeric (of length 2).
numeric
additional arguments (currently ignored).
partition_tiles, represampling, represampling_tile_bootstrap
tnm <- as.tilename(c(2, 3)) tnm # 'X2:Y3' as.numeric(tnm) # c(2,3)
Run the code above in your browser using DataLab