From 01f483845df17d7933dc392f32bf4494b615ab87 Mon Sep 17 00:00:00 2001 From: vincent Date: Sat, 27 Oct 2018 22:58:31 +0200 Subject: [PATCH] typo --- R/homogeneize.R | 2 +- man/homogeneize.Rd | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/R/homogeneize.R b/R/homogeneize.R index 407ffad..888354b 100644 --- a/R/homogeneize.R +++ b/R/homogeneize.R @@ -1,7 +1,7 @@ #' Homogeneize for most differences #' #' @param ... `list` of shapes or comma-separated shapes -#' @param sample if `numeric` (default=60 defau), resample this number of points with [Momocs::coo_sample] +#' @param sample if `numeric` (default=60), resample this number of points with [Momocs::coo_sample] #' @param procrustes `logical` (default=TRUE) whether to remove position, size, rotation differences with [Momocs::fgProcrustes] #' @param center `logical` (default=TRUE) whether to center shapes with [Momocs::coo_center] #' @param template `logical` (default=TRUE) whether to template shapes with [Momocs::coo_template] diff --git a/man/homogeneize.Rd b/man/homogeneize.Rd index 2fafc36..99643e6 100644 --- a/man/homogeneize.Rd +++ b/man/homogeneize.Rd @@ -10,7 +10,7 @@ homogeneize(..., sample = 60, procrustes = TRUE, center = TRUE, \arguments{ \item{...}{\code{list} of shapes or comma-separated shapes} -\item{sample}{if \code{numeric} (default=60 defau), resample this number of points with \link[Momocs:coo_sample]{Momocs::coo_sample}} +\item{sample}{if \code{numeric} (default=60), resample this number of points with \link[Momocs:coo_sample]{Momocs::coo_sample}} \item{procrustes}{\code{logical} (default=TRUE) whether to remove position, size, rotation differences with \link[Momocs:fgProcrustes]{Momocs::fgProcrustes}}