velocities | R Documentation |
Queries to return meshes of tectonic plate velocities.
velocities(x, ...)
## S4 method for signature 'missing'
velocities(x, ...)
## S4 method for signature 'character'
velocities(
x,
age,
model,
domain = "longLatGrid",
type = "MagAzim",
output = "data.frame",
polecrop = TRUE,
verbose = FALSE,
check = TRUE
)
x |
|
... |
Arguments of class-specific methods. |
age |
|
model |
|
domain |
|
type |
|
output |
|
polecrop |
|
verbose |
|
check |
( |
The function returns a mesh of velocities: two variables, either magnitude (mm/year) and azimuth (rad): type="MagAzim"
or easting and northing velocity vectors (mm/year): type="east_north"
.
Currently only the online method is supported using the GPlates Web Service (internet connection is required).
Available models are in the gws
object, and can be provided with arguments similar to reconstruct
.
Velocities of tectonic movements. If output="data.frame"
then the function returns a data.frame
with the longitude, latitude, the two velocity variables and the plate ids they belong to.
If output="SpatRaster"
then the output will be a multilayered SpatRaster
object.
# dummy example,
# set model to the desired model string, e.g. model="MERDITH2021"
velocities("static_polygons", age=45, model=NULL)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.