01_rangeMapStart-class: Class '"rangeMapStart"'

Description Slots Methods Author(s) See Also Examples

Description

Methods of this class allows to initiate a new rangeMapper project.

Slots

dir:

Object of class "character"; the directory of the sqlite database.

file:

Object of class "character"; sqlite database file-name, If missing a default name is assigned.

skeleton:

Object of class "list" containing the sql code to initiate the sqlite database.

overwrite:

Object of class "logical" when TRUE all the database tables are dropped.

Methods

rangeMapStart

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

Author(s)

Mihai Valcu valcu@orn.mpg.de

See Also

rangeMapper
rangeMap.start

Examples

1
2
showClass("rangeMapStart")
str(new("rangeMapStart"))

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