aboutsummaryrefslogtreecommitdiff
path: root/man
diff options
context:
space:
mode:
authorJohannes Ranke <jranke@uni-bremen.de>2019-10-21 15:31:59 +0200
committerJohannes Ranke <jranke@uni-bremen.de>2019-10-21 15:31:59 +0200
commit41a2a356bd9b61c90c04b47aee147bf837223028 (patch)
tree8bc2649d36faefede800e058a86bd0c322625fbd /man
parent7624a2b8398b4ad665a3b0b622488e1893a5ee7c (diff)
Improve tests, remove geometric_mean
Diffstat (limited to 'man')
-rw-r--r--man/geometric_mean.Rd22
1 files changed, 0 insertions, 22 deletions
diff --git a/man/geometric_mean.Rd b/man/geometric_mean.Rd
deleted file mode 100644
index 301d9fec..00000000
--- a/man/geometric_mean.Rd
+++ /dev/null
@@ -1,22 +0,0 @@
-\name{geometric_mean}
-\alias{geometric_mean}
-\title{ Calculate the geometric mean }
-\description{
- Function calculating the geometric mean of numeric vectors
-}
-\usage{
- geometric_mean(x, na.rm = FALSE)
-}
-\arguments{
- \item{x}{ A numeric vector }
- \item{na.rm}{ Should NA values be ignored }
-}
-\value{
- The geometric mean.
-}
-\examples{
- geometric_mean(c(1,3, 9))
- geometric_mean(c(1,3, NA))
- geometric_mean(c(1,3, NA), na.rm = TRUE)
-}
-\keyword{ manip }

Contact - Imprint