From a510510e9d05400974695c0f0749f5af21c0dae8 Mon Sep 17 00:00:00 2001 From: fuerzhou <653540853@qq.com> Date: Mon, 12 Aug 2024 22:14:35 +0800 Subject: [PATCH] Explained the NA value in documentation. --- R/crossing_of_crossK.R | 2 +- man/crossing_of_crossK.Rd | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/R/crossing_of_crossK.R b/R/crossing_of_crossK.R index a0d7e009..68e3286f 100644 --- a/R/crossing_of_crossK.R +++ b/R/crossing_of_crossK.R @@ -8,7 +8,7 @@ #' two curves. Columns contain "r", "border" and "theo". #' #' @return A number. The percentage of the crossing position of the specified -#' distance. +#' distance. Returns NA when the crossing happens too close to the y axis (<4%). #' @export #' #' @examples diff --git a/man/crossing_of_crossK.Rd b/man/crossing_of_crossK.Rd index 90e66824..b441b0bf 100644 --- a/man/crossing_of_crossK.Rd +++ b/man/crossing_of_crossK.Rd @@ -13,7 +13,7 @@ two curves. Columns contain "r", "border" and "theo".} } \value{ A number. The percentage of the crossing position of the specified - distance. + distance. Returns NA when the crossing happens too close to the y axis (<4%). } \description{ Determine if there is a crossing in the cross K curves, to