log_ppp | R Documentation |
...
## S3 method for class 'ppp'
log(x, base = exp(1))
## S3 method for class 'ppp'
log1p(x)
x |
a ppp.object |
base |
numeric scalar |
Function log.ppp()
takes a log of continuous marks
of a ppp.object.
Function log.ppp()
returns a ppp.object.
data(longleaf, package = 'spatstat.data')
longleaf |> plot()
longleaf |> log() |> plot()
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.