Skip to content

Commit

Permalink
Tweaks
Browse files Browse the repository at this point in the history
  • Loading branch information
baddstats committed Jul 25, 2024
1 parent 0e7eb06 commit 54cf854
Show file tree
Hide file tree
Showing 8 changed files with 25 additions and 13 deletions.
4 changes: 2 additions & 2 deletions DESCRIPTION
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
Package: spatstat.geom
Version: 3.3-2
Date: 2024-07-09
Version: 3.3-2.001
Date: 2024-07-25
Title: Geometrical Functionality of the 'spatstat' Family
Authors@R: c(person("Adrian", "Baddeley",
role = c("aut", "cre", "cph"),
Expand Down
6 changes: 6 additions & 0 deletions NEWS
Original file line number Diff line number Diff line change
@@ -1,3 +1,9 @@
CHANGES IN spatstat.geom VERSION 3.3-2.001

OVERVIEW

o Tweaks to documentation.

CHANGES IN spatstat.geom VERSION 3.3-2

OVERVIEW
Expand Down
1 change: 1 addition & 0 deletions inst/doc/packagesizes.txt
Original file line number Diff line number Diff line change
Expand Up @@ -28,3 +28,4 @@ date version nhelpfiles nobjects ndatasets Rlines srclines
"2024-02-28" "3.2-9" 452 1209 0 36325 15824
"2024-07-05" "3.3-0" 442 1186 0 35638 15596
"2024-07-09" "3.3-2" 442 1186 0 35638 15596
"2024-07-25" "3.3-2.001" 442 1186 0 35638 15596
1 change: 1 addition & 0 deletions inst/info/packagesizes.txt
Original file line number Diff line number Diff line change
Expand Up @@ -28,3 +28,4 @@ date version nhelpfiles nobjects ndatasets Rlines srclines
"2024-02-28" "3.2-9" 452 1209 0 36325 15824
"2024-07-05" "3.3-0" 442 1186 0 35638 15596
"2024-07-09" "3.3-2" 442 1186 0 35638 15596
"2024-07-25" "3.3-2.001" 442 1186 0 35638 15596
6 changes: 4 additions & 2 deletions man/as.tess.Rd
Original file line number Diff line number Diff line change
Expand Up @@ -47,7 +47,7 @@ in any of several formats, into an object of class \code{"tess"}.
tessellation consisting of a single tile.
\item
a set of quadrat counts (object of class \code{"quadratcount"})
returned by the command \code{\link{quadratcount}}.
returned by the command \code{\link[spatstat.geom]{quadratcount}}.
The quadrats
used to generate the counts will be extracted and returned as a
tessellation.
Expand All @@ -65,7 +65,9 @@ in any of several formats, into an object of class \code{"tess"}.
various classes, as listed above.
}
\seealso{
\code{\link{tess}}
\code{\link[spatstat.geom]{tess}}

\code{\link[spatstat.geom]{quadratcount}}
}
\examples{
# pixel image
Expand Down
8 changes: 4 additions & 4 deletions man/markstat.Rd
Original file line number Diff line number Diff line change
Expand Up @@ -76,15 +76,15 @@
relatives. See the section on \bold{Value}.

This function is just a convenient wrapper for a common use of the
function \code{\link{applynbd}}. For more complex tasks,
use \code{\link{applynbd}}.
function \code{\link[spatstat.geom]{applynbd}}. For more complex tasks,
use \code{\link[spatstat.geom]{applynbd}}.
To simply tabulate the marks in every \code{R}-neighbourhood, use
\code{\link[spatstat.explore]{marktable}}.
}
\seealso{
\code{\link{applynbd}},
\code{\link[spatstat.geom]{applynbd}},
\code{\link[spatstat.explore]{marktable}},
\code{\link{ppp.object}},
\code{\link[spatstat.geom]{ppp.object}},
\code{\link{apply}}
}
\examples{
Expand Down
2 changes: 2 additions & 0 deletions man/spatstat.geom-package.Rd
Original file line number Diff line number Diff line change
Expand Up @@ -46,6 +46,8 @@
\item \pkg{spatstat.utils} containing basic utilities
\item \pkg{spatstat.data} containing datasets
\item \pkg{spatstat.sparse} containing linear algebra utilities
\item \pkg{spatstat.univar} containing functions for estimating
probability distributions of random variables
\item \pkg{spatstat.geom} containing geometrical objects
and geometrical operations
\item \pkg{spatstat.random} containing code for generating
Expand Down
10 changes: 5 additions & 5 deletions man/unitname.Rd
Original file line number Diff line number Diff line change
Expand Up @@ -72,21 +72,21 @@ unitname(x) <- value
Note that re-setting the name of the unit of length \emph{does not}
affect the numerical values in \code{x}. It changes only the string
containing the name of the unit of length. To rescale the numerical
values, use \code{\link{rescale}}.
values, use \code{\link[spatstat.geom]{rescale}}.
}
\value{
The return value of \code{unitname} is an object of class \code{"unitname"}
containing the name of the unit of length in \code{x}. There are
methods for \code{print}, \code{summary}, \code{as.character},
\code{\link{rescale}} and \code{\link{compatible}}.
\code{\link[spatstat.geom]{rescale}} and \code{\link[spatstat.geom]{compatible}}.
}
\author{
\spatstatAuthors.
}
\seealso{
\code{\link{rescale}},
\code{\link{owin}},
\code{\link{ppp}}
\code{\link[spatstat.geom]{rescale}},
\code{\link[spatstat.geom]{owin}},
\code{\link[spatstat.geom]{ppp}}
}

\examples{
Expand Down

0 comments on commit 54cf854

Please sign in to comment.