Description Usage Arguments Value Examples
Meta-object containing paths to a unique plate tectonic model
1 2 | ## S4 method for signature 'platemodel'
initialize(.Object, path = NULL, rotation = NULL, polygons = NULL)
|
.Object |
Constructor argument (not needed). |
path |
( |
rotation |
( |
polygons |
( |
A platemodel
class object.
1 2 3 4 5 6 7 | # 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
|
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.