Become an expert in R — Interactive courses, Cheat Sheets, certificates and more!
Get Started for Free

platemodel

Class of objects representing plate tectonic models


Description

Meta-object containing paths to a unique plate tectonic model

Usage

## S4 method for signature 'platemodel'
initialize(.Object, path = NULL, rotation = NULL, polygons = NULL)

Arguments

.Object

Constructor argument (not needed).

path

(character) Path to a .mod unique plate model object.

rotation

(character) If path is NULL, the path to the rotation file-part of the model.

polygons

(character) If path is NULL, the path to the plate polygon file-part of the model.

Value

A platemodel class object.

Examples

# extract provided archive
a <- fetch(dat="paleomap", var="model", 
  datadir=system.file("extdata", package="chronosphere"))
# manually attach
model <- platemodel(file.path(tempdir(), 
  "paleomap_model_v19o_r1c/paleomap_model_v19o_r1c.mod"))
model

chronosphere

Earth System History Variables

v0.4.1
CC BY 4.0
Authors
Adam T. Kocsis, Nussaibah B. Raja
Initial release
2021-04-16

We don't support your browser anymore

Please choose more modern alternatives, such as Google Chrome or Mozilla Firefox.