File: spatstat.linnet-deprecated.Rd

package info (click to toggle)
r-cran-spatstat.linnet 3.2-5-1
  • links: PTS, VCS
  • area: main
  • in suites: forky, sid, trixie
  • size: 1,664 kB
  • sloc: ansic: 2,107; makefile: 32; sh: 13
file content (40 lines) | stat: -rw-r--r-- 1,083 bytes parent folder | download
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
\name{spatstat.linnet-deprecated}
\alias{spatstat.linnet-deprecated} %DoNotExport
\alias{circumradius.linnet}
\alias{rjitterlpp}
\alias{bw.relrisklpp}
\title{Deprecated spatstat.linnet functions}
\description{
  Deprecated spatstat.linnet functions.
}
\usage{
\method{circumradius}{linnet}(x, \dots)
rjitterlpp(X, \dots)
bw.relrisklpp(X, \dots)
}

\details{
  These functions are deprecated, and will eventually be deleted from
  the \pkg{spatstat.linnet} package.
  

  
  \code{rjitterlpp} is replaced by \code{rjitter.lpp}, a method for the
  generic \code{rjitter}.

  \code{circumradius.linnet} is replaced by the more appropriately named
  \code{boundingradius.linnet}.

  \code{bw.relrisklpp} is replaced by the method \code{bw.relrisk.lpp}
  for the generic \code{bw.relrisk}.
}
\value{
\code{circumradius.linnet} returns a numeric value.

\code{rjitterlpp} returns a point pattern on a linear network (object of
class \code{"lpp"}).

\code{bw.relrisklpp} returns an object of class \code{"bw.optim"} which
is a numeric value with additional attributes.
}
\keyword{internal}