knitr::opts_chunk$set(
  collapse = TRUE,
  comment = "#>",
  fig.path = "man/figures/README-",
  out.width = "100%"
)

smile

Spatial Misalignment: Interpolation, Linkage, and Estimation

R-CMD-check CRAN status Downloads

The smile package for R simplifies the analysis of spatial data. It offers tools to:

Essentially, smile provides a user-friendly way to explore, model, and interpolate spatial data with R, offering both model-based and non-parametric approaches.

The package accompanies a web page (powered by pkgdown) and 5 vignettes.

Vignettes

  1. Converting sf to spm objects;
  2. Fitting models and making predictions;
  3. Areal Interpolation;
  4. Method;
  5. Spatial covariance functions;

Installation

To install the CRAN version of the package, use

install.packages("smile")

The installation of the development version from GitHub can be done via

remotes::install_github("lcgodoy/smile")
## or devtools::install_github("lcgodoy/smile")


lcgodoy/smile documentation built on Nov. 20, 2024, 12:17 a.m.