all_sim_data | R Documentation |
A dataset containing the temperature measurements and locations from simulated data used in Heaton et al, A Case Study Competition Among Methods for Analyzing Large Spatial Data, Journal of Agricultural, Biological and Environmental Statistics, 2018: http://link.springer.com/article/10.1007/s13253-018-00348-w
data("all_sim_data")
A data frame with 150000 rows and 4 variables:
The longitude of the obseravtion
The latitude of the obseravtion
The simulated temperature observations with a mask that is used for training the model
The simulated temperature observations without a mask that is used for evaluating the model
Heaton et al, A Case Study Competition Among Methods for Analyzing Large Spatial Data, Journal of Agricultural, Biological and Environmental Statistics, 2018:
(JABES)
library(BayesMRA)
library(tidyverse)
data("all_sim_data")
ggplot(all_sim_data, aes(x = Lon, y = Lat, fill = TrueTemp)) +
geom_raster()
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.