# \donttest{
set.seed(123) # For reproducibility
age_param_data <- data.frame(
country = rep("TZA", 100),
web_x = runif(100, 0, 100),
web_y = runif(100, 0, 100),
log_scale = rnorm(100, mean = 5, sd = 2)
)
# Create a dummy fitted variogram object
fit_vario <- list(
psill = c(0.1, 0.5),
range = c(0, 50)
)
vario_plot <- generate_variogram_plot(
age_param_data = age_param_data,
fit_vario = fit_vario,
country_code = "TZA",
output_dir = file.path(tempdir()))
# }
Run the code above in your browser using DataLab