Skip to content

Commit

Permalink
Tweak README
Browse files Browse the repository at this point in the history
  • Loading branch information
baddstats committed Oct 8, 2024
1 parent 53986c1 commit edbabd7
Showing 1 changed file with 17 additions and 3 deletions.
20 changes: 17 additions & 3 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -95,12 +95,26 @@ For a full list of functions, see the help file for `spatstat.geom-package`.

#### Image Processing

- pixel-by-pixel arithmetic
- set covariance function, convolution of images
- pixel-by-pixel arithmetic (`Math.im`)
- set covariance function (`setcov`)
- convolution of images (`imcov`)

#### Elementary summary statistics

- quadrat counting
Summary statistics are mostly provided in the `spatstat.explore` package.
However, `spatstat.geom` provides functions for calculating

- average intensity of a point pattern (`intensity`)
- quadrat counts (`quadratcount`)

#### Elementary generation of random patterns

Functions for generating random spatial patterns
are mostly provided in the `spatstat.random` package.
However, `spatstat.geom` provides basic functions for generating

- random points in a rectangle (`runifrect`)
- quasirandom points (`rQuasi`)

The reorganisation of `spatstat` into a family of packages is described
on the GitHub repository
Expand Down

0 comments on commit edbabd7

Please sign in to comment.