aboutsummaryrefslogtreecommitdiff
path: root/pkg/R/SSLRC_mobility_classification.R
diff options
context:
space:
mode:
authorJohannes Ranke <jranke@uni-bremen.de>2015-06-11 17:38:01 +0200
committerJohannes Ranke <jranke@uni-bremen.de>2015-06-11 17:38:01 +0200
commit9b8e5cb80ba4a89578d979bee134f8342ca0a527 (patch)
treed887404285141ed23edd2b7b4e4415a1ede89cda /pkg/R/SSLRC_mobility_classification.R
parentdd803b191062925eda830543236836e7822fd884 (diff)
Now we pass R CMD check
Diffstat (limited to 'pkg/R/SSLRC_mobility_classification.R')
-rw-r--r--pkg/R/SSLRC_mobility_classification.R2
1 files changed, 1 insertions, 1 deletions
diff --git a/pkg/R/SSLRC_mobility_classification.R b/pkg/R/SSLRC_mobility_classification.R
index e04d472..deda5cf 100644
--- a/pkg/R/SSLRC_mobility_classification.R
+++ b/pkg/R/SSLRC_mobility_classification.R
@@ -26,7 +26,7 @@
#' @export
#' @author Johannes Ranke
#' @examples
-#' SSLRC_mobility_classification(Koc)
+#' SSLRC_mobility_classification(100)
SSLRC_mobility_classification <- function(Koc)
{
if (!is.numeric(Koc) | length(Koc) != 1) stop("Please give a single number")

Contact - Imprint