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.
For the most recent official release of
spatstat.gui, see the CRAN page. To install it, just type
install.packages('spatstat.gui')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')