https://github.com/cran/spatstat
Raw File
Tip revision: 7c29845cd80606f8ceb6cc1904f98fc86bf77b7e authored by Adrian Baddeley on 05 February 2008, 04:20:32 UTC
version 1.12-6
Tip revision: 7c29845
deprecated.Rd
\name{spatstat-deprecated}
\alias{conspire}
\alias{ksmooth.ppp}
\alias{mpl}
\alias{rtoro}
\title{Deprecated spatstat functions}
\description{
  Deprecated spatstat functions.
}
\usage{
conspire(\dots)
ksmooth.ppp(x, sigma, \dots, edge=TRUE)
mpl(Q, trend, interaction, data, correction, rbord, use.gam)
rtoro(X, which=NULL, radius=NULL, width=NULL, height=NULL) 
}

\details{
  \code{conspire} has been replaced by \code{\link{plot.fv}}.

  \code{ksmooth.ppp} has been replaced by \code{\link{density.ppp}}.

  \code{mpl} has been replaced by \code{\link{ppm}}.

  \code{rtoro} has been replaced by \code{\link{rshift}}.
}
\keyword{internal}
back to top