"fasp"
, see
fasp.object
).allstats(pp, ..., dataname=NULL, verb=FALSE)
"ppp"
.
It must not be marked.TRUE
,
progress reports are printed during calculation."fasp"
,
see fasp.object
). This can be plotted
using plot.fasp
. The function array has dimensions $2 \times 2$
with the entries at positions [1,1]
,
[1,2]
, [2,1]
and [2,2]
representing $F(r)$, $G(r)$, $J(r)$ and $K(r)$ respectively.
Each function entry fns[[i]]
retains the format
of the output of the relevant estimating routine
Fest
, Gest
, Jest
or
Kest
.
The default formulae for plotting these functions are
cbind(km,theo) ~ r
for F, G, and J, and
cbind(trans,theo) ~ r
for K.
Fest
, Gest
, Jest
and
Kest
respectively. Consult the help files for these functions
for further information about the statistical interpretation
of $F$, $G$, $J$ and $K$. If verb
is TRUE
, then ``progress reports''
(just indications of completion) are printed out when the
calculations are finished for each of the four function types.
The overall title of the array of four functions
(for plotting by plot.fasp
)
will be formed from the argument dataname
.
If this is not given, it defaults to the expression
for pp
given in the call to allstats
.
plot.fasp
,
fasp.object
,
Fest
,
Gest
,
Jest
,
Kest
,
alltypes
data(swedishpines)
a <- allstats(swedishpines,dataname="Swedish Pines")
plot(a)
plot(a, subset=list("r<=15","r<=15","r<=15","r<=50"))
Run the code above in your browser using DataLab