Skip to content

Commit 2bafc08

Browse files
update man page and NEWS
1 parent 5584002 commit 2bafc08

File tree

3 files changed

+17
-14
lines changed

3 files changed

+17
-14
lines changed

NEWS

+3
Original file line numberDiff line numberDiff line change
@@ -192,3 +192,6 @@ Changes in version 1.15.1 (2023-12-10):
192192

193193
Changes in version 1.15.2 (2023-12-13):
194194
+ change of package maintenance to Lasse Meyer
195+
196+
Changes in version 1.15.3 (2024-03-13):
197+
+ measureObject fixes for Bioc 3.19 release

R/measureObjects.R

+7-7
Original file line numberDiff line numberDiff line change
@@ -78,13 +78,13 @@
7878
#' haralick (\code{h.}) features. Default features are the following:
7979
#'
8080
#' \itemize{
81-
#' \item{s.area}{object size in pixels}
82-
#' \item{s.radius.mean}{mean object radius in pixels}
83-
#' \item{m.cx}{x centroid position of object}
84-
#' \item{m.cy}{y centroid position of object}
85-
#' \item{m.majoraxis}{major axis length in pixels of elliptical fit}
86-
#' \item{m.eccentricity}{elliptical eccentricity. 1 meaning straight line and 0
87-
#' meaning circle.}
81+
#' \item s.area - object size in pixels
82+
#' \item s.radius.mean - mean object radius in pixels
83+
#' \item m.cx - x centroid position of object
84+
#' \item m.cy - y centroid position of object
85+
#' \item m.majoraxis - major axis length in pixels of elliptical fit
86+
#' \item m.eccentricity - elliptical eccentricity. 1 meaning straight line and 0
87+
#' meaning circle.
8888
#' }
8989
#'
9090
#' @section Computing quantiles:

man/measureObjects.Rd

+7-7
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

0 commit comments

Comments
 (0)