gts.range: Function querying start time, end time and duration of a...

Description Usage Arguments See Also Examples

View source: R/gts.range.R

Description

Function querying start time, end time and duration of a specific geological time concept

Usage

1
gts.range(geoConcept, region = NULL, iscVersion = NULL, prefix = NULL, graph = NULL)

Arguments

geoConcept

[character] Geological time concept, eg. "Cambrian"

region

[character] region of the geologcial time concept. The options are: "International", "North America", "South China", "North China", "West Europe", "Britain", "New Zealand", "Japan", "Baltoscania", "Australia". [If no input of this, treat it as all regions including the global one]

iscVersion

[character] Geological time concept, eg. "isc2018-08". See gts.iscSchemes() for all ISC versions.

prefix

[character] prefix for SPARQL querying. [Optional, default is NULL]

graph

[character] GRAPH for SPARQL querying. [Optional, default is NULL]

See Also

gts.topo

Examples

1
2
3
4
# Local concept in North America
gts.range("Roadian") 
# Global concept
gts.range("Jurassic") 

Demerara/DeepTimeKB documentation built on Sept. 30, 2020, 12:01 a.m.