Kriging with metR

Say you have data measured at different weather stations, which in Argentina might look something like this

estaciones[data, on = c("nombre" = "station")] |__

ggplot(aes(lon, lat)) +

geom_point(aes(color = t)) +

geom_...


Continue reading: Kriging with metR


http://dlvr.it/SyNnKH

تعليقات

المشاركات الشائعة من هذه المدونة

How to add R {magrittr}’s %>% Pipe Operator in VSCode as Keyboard Shortcut