README.md

spatstat.gui

CRAN_Status_Badge GitHub R package version

This is an extension of the spatstat package.

It contains interactive graphics commands iplot and istat which were originally part of the spatstat package, but have now been moved to the new package spatstat.gui.

This GitHub repository holds the development version of spatstat.gui. The development version is newer than the official release of spatstat.gui on CRAN.

Installing the official release

For the most recent official release of spatstat.gui, see the CRAN page. To install it, just type

install.packages('spatstat.gui')

Installing the development version

The easiest way to install the development version of spatstat.gui from github is through the remotes package:

require(remotes)
install_github('spatstat/spatstat')
install_github('spatstat/spatstat.gui')

If you don't have remotes installed you should first run

install.packages('remotes')


spatstat/spatstat.gui documentation built on July 17, 2024, 6:19 p.m.