hotspots | R Documentation |
K-Ar Ages (millions of years) and distances (km) from Kilauea along the trend of the chain of Hawaian volcanic islands and other seamounts that are believed to have been created by a moving "hot spot". The age of Kilauea is given as 0-0.4 Ma.
data(hotspots)
A data frame with 36 observations on the following 6 variables.
ID
Volcano identifier
name
Name
distance
Distance in kilometers
age
K-Ar age in millions of years
error
Standard error of estimate?
source
Data source; see information on web site below.
For details of the way that errors werre calculated, refer to the
original papers. See also the comments under hotspots2006
.
In general, errors do not account for geological uncertainty.
http://www.soest.hawaii.edu/GG/HCV/haw_formation.html
data(hotspots)
plot(age ~ distance, data=hotspots)
abline(lm(age ~ distance, data=hotspots))
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.