Nothing
# install.packages("Klovan_0.0.9.tar.gz", repos = NULL, type = "source") # library(klovan)
# install.packages("klovan") # library(klovan)
#library(RGeostats) #data("Klovan_Row80", package = "klovan") Klovan_Row80 <- load(file = "~/CSE_MSE_RXF131/cradle-members/sdle/jeg165/git/klovan/packages/Klovan0.0.9/data/Klovan_Row80.rda")
# Building a database based on RC1 factor db <- Rgeo_database(Klovan_Row80, 3, "RC1")
print(db)
# Construct and plot the experimental variogram Rgeo_vario_construct_plot(db, 3, "RC1", lag = 500)
# Fit the variogram model based on experimental variogram model <- Rgeo_vario_model(db, 3, "RC1", lag = 500, model = 13)
print(model)
krig <- Rgeo_kriging(db, model)
print(krig)
# Plot the kriging estimation results Rgeo_kriging_plot(krig, db, "RC1")
knitr::include_graphics("Rgeo_krig.png")
Any scripts or data that you put into this service are public.
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.