spatstat.family | R Documentation |
Provides the names of all the packages belonging to the spatstat family of packages.
spatstat.family(subpackages=TRUE, extensions=FALSE)
subpackages |
Logical value specifying whether to include sub-packages. |
extensions |
Logical value specifying whether to include extension packages. |
This function returns a character vector containing the names of the packages that belong to the spatstat family.
By default, only the sub-packages are listed, and not the extension packages.
A “sub-package” is a package which is implicitly loaded or imported
when the command library(spatstat)
is issued. Currently the
sub-packages are:
spatstat.utils
spatstat.data
spatstat.univar
spatstat.sparse
spatstat.geom
spatstat.random
spatstat.explore
spatstat.model
spatstat.linnet
spatstat
An “extension package” is a package which must be loaded explicitly. The extension packages are:
spatstat.gui
spatstat.local
spatstat.Knet
Character vector of package names.
.
latest.news
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.