Description Objects from the Class Slots Methods Author(s) See Also
This is the basic class of the package.
Objects can be created by calls of the form new("rangeMap", ...).
CON:Object of class "SQLiteConnection" pointing to a rangeMapper project
VERSION:Object of class "character" corresponding to the rangeMapper version
ID:Object of class "character"; the ID column corresponding to the names of the imported range files.
BIOID:Object of class "character" the ID column corresponding to the names of imported ‘BIO’ tables.
PROJ4STRING:Object of class "character" the proj4 string
GRIDSIZE:Object of class "character" grid size (in map units)
BBOX:Object of class "character" bounding box
METADATA_RANGES:Object of class "character" The name of a predefined table optionally constructed at the range import stage
CANVAS:Object of class "character" The name of the table hosting the project's regular grid (the canvas)
RANGES:Object of class "character" The name of the table hosting the ranges
BIO:Object of class "character" The prefix for ‘BIO’ tables
MAP:Object of class "character" The prefix for ‘MAP’ tables
signature(object = "rangeMap"): ...
signature(object = "rangeMap"): ...
signature(object = "rangeMap"): ...
signature(object = "rangeMap"): ...
signature(object = "rangeMap", bbox = "character", p4s = "CRS"): ...
signature(object = "rangeMap", bbox = "character", p4s = "missing"): ...
signature(object = "rangeMap", bbox = "missing", p4s = "CRS"): ...
signature(object = "rangeMap", bbox = "missing", p4s = "missing"): ...
signature(object = "rangeMap", bbox = "Spatial", p4s = "missing"): ...
signature(object = "rangeMap", dirName = "character"): ...
signature(object = "rangeMap", spdf = "missing", dir = "character", ID = "missing", metadata = "list", parallel = "missing"): ...
signature(object = "rangeMap", spdf = "missing", dir = "character", ID = "missing", metadata = "missing", parallel = "missing"): ...
signature(object = "rangeMap", spdf = "SpatialPolygonsDataFrame", dir = "missing", ID = "character", metadata = "list", parallel = "missing"): ...
signature(object = "rangeMap", spdf = "SpatialPolygonsDataFrame", dir = "missing", ID = "character", metadata = "missing", parallel = "missing"): ...
signature(object = "rangeMap"): ...
Mihai Valcu, valcu@orn.mpg.de
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.