Name Mode Size
.github 040000
R 040000
man 040000
tests 040000
vignettes 040000
.Rbuildignore 100644 0 kb
.gitignore 100644 0 kb
DESCRIPTION 100644 2 kb
LICENSE 100644 0 kb
LICENSE.md 100644 34 kb
NAMESPACE 100644 1 kb
NEWS.md 100644 1 kb
README.Rmd 100644 1 kb
README.md 100644 1 kb
README.md
<!-- README.md is generated from README.Rmd. Please edit that file --> # spatialFDA [![R-CMD-check](https://github.com/mjemons/spatialFDA/actions/workflows/R-CMD-check.yaml/badge.svg?branch=devel)](https://github.com/mjemons/spatialFDA/actions/workflows/R-CMD-check.yaml) spatialFDA is a tool to calculate spatial statistics functions on a `SpatialExperiment` object using the `spatstat` library. It contains functions to plot these spatial statistics functions. In addition, users can compare the statial statistics functions using functional data analysis. Here, we use the `refund` library. ## Installation You can install the development version of spatialFDA from [GitHub](https://github.com/) with: ``` r # install.packages("devtools") devtools::install_github("mjemons/spatialFDA") ``` ## Disclaimer This package is still under active development, the content is therefore subject to change ## Contact In case you have suggestions to `spatialFDA` please consider opening an issue to this repository.