Skip to content

Commit 1534f81

Browse files
committed
clean?
1 parent 83c6d4b commit 1534f81

10 files changed

Lines changed: 18 additions & 16 deletions

R/SpatialData.R

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -8,8 +8,8 @@
88
#' @aliases images<- labels<- points<- shapes<- tables<-
99
#' @aliases imageNames labelNames pointNames shapeNames tableNames
1010
#' @aliases imageNames<- labelNames<- pointNames<- shapeNames<- tableNames<-
11-
#' @aliases [[,SpatialData,character,ANY
12-
#' @aliases [[,SpatialData,numeric,ANY
11+
#' @aliases [[<-,SpatialData,character,ANY-method
12+
#' @aliases [[<-,SpatialData,numeric,ANY-method
1313
#'
1414
#' @description
1515
#' \code{SpatialData} provides an R interface to Python's \code{spatialdata},

R/sdArray.R

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
#' @name SpatialDataArray
2-
#' @title Methods for `SpatialDataArray`s
2+
#' @title \code{SpatialDataArray}
33
#' @aliases data_type
44
#'
55
#' @param x \code{SpatialDataImage} or \code{SpatialDataLabel}.

R/sdFrame.R

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
#' @name SpatialDataFrame
2-
#' @title The `SpatialDataFrame` class
2+
#' @title \code{SpatialDataFrame}
33
#' @aliases SpatialDataPoint SpatialDataShape geom_type
44
#'
55
#' @description
@@ -13,6 +13,7 @@
1313
#' Currently defined methods (here, \code{x} is an \code{SpatialDataFrame}):
1414
#' \itemize{
1515
#' \item \code{data/meta(x)} access underlying data/.zattrs
16+
#' \item \code{geom_type(x)} get the shape's type (e.g., POLYGON)
1617
#' \item \code{names(x)} returns the underlying table's column names
1718
#' \item \code{dim(x)} returns the dimensions of \code{data(x)}
1819
#' \item \code{`$`,`[[`} directly access columns of \code{data(x)}
@@ -33,7 +34,7 @@
3334
#' @param ik,fk character string specifying "instance_/feature_key"
3435
#' of the spatialdata_attrs; used to match observations/features.
3536
#'
36-
#' @return an \code{SpatialDataFrame}
37+
#' @return \code{SpatialDataFrame}
3738
#'
3839
#' @examples
3940
#' zs <- file.path("extdata", "blobs.zarr")

R/sdImage.R

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
#' @name SpatialDataImage
2-
#' @title The `SpatialDataImage` class
2+
#' @title \code{SpatialDataImage}
33
#' @aliases channels
44
#'
55
#' @param x \code{SpatialDataImage}

R/sdLabel.R

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
#' @name SpatialDataLabel
2-
#' @title The \code{SpatialDataLabel} class
2+
#' @title \code{SpatialDataLabel}
33
#'
44
#' @description
55
#' The \code{SpatialDataLabel} class stores \code{SpatialData} elements from its

man/SpatialData.Rd

Lines changed: 2 additions & 2 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

man/SpatialDataArray.Rd

Lines changed: 2 additions & 2 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

man/SpatialDataFrame.Rd

Lines changed: 3 additions & 2 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

man/SpatialDataImage.Rd

Lines changed: 2 additions & 2 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

man/SpatialDataLabel.Rd

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

0 commit comments

Comments
 (0)