00_rangeMap-class: Class "rangeMap" to formally describe a rangeMapper sqlite...

Description Objects from the Class Slots Methods Author(s) See Also

Description

This is the basic class of the package.

Objects from the Class

Objects can be created by calls of the form new("rangeMap", ...).

Slots

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

Methods

canvasFetch

signature(object = "rangeMap"): ...

canvasSave

signature(object = "rangeMap"): ...

gridSizeFetch

signature(object = "rangeMap"): ...

rangeMapBboxFetch

signature(object = "rangeMap"): ...

rangeMapBboxSave

signature(object = "rangeMap", bbox = "character", p4s = "CRS"): ...

rangeMapBboxSave

signature(object = "rangeMap", bbox = "character", p4s = "missing"): ...

rangeMapBboxSave

signature(object = "rangeMap", bbox = "missing", p4s = "CRS"): ...

rangeMapBboxSave

signature(object = "rangeMap", bbox = "missing", p4s = "missing"): ...

rangeMapBboxSave

signature(object = "rangeMap", bbox = "Spatial", p4s = "missing"): ...

rangeMapExport

signature(object = "rangeMap", dirName = "character"): ...

rangeMapProcess

signature(object = "rangeMap", spdf = "missing", dir = "character", ID = "missing", metadata = "list", parallel = "missing"): ...

rangeMapProcess

signature(object = "rangeMap", spdf = "missing", dir = "character", ID = "missing", metadata = "missing", parallel = "missing"): ...

rangeMapProcess

signature(object = "rangeMap", spdf = "SpatialPolygonsDataFrame", dir = "missing", ID = "character", metadata = "list", parallel = "missing"): ...

rangeMapProcess

signature(object = "rangeMap", spdf = "SpatialPolygonsDataFrame", dir = "missing", ID = "character", metadata = "missing", parallel = "missing"): ...

summary

signature(object = "rangeMap"): ...

Author(s)

Mihai Valcu, valcu@orn.mpg.de

See Also

rangeMapper, processRanges


rangeMapper documentation built on May 2, 2019, 5 p.m.