Skip to content

Commit 57e0e90

Browse files
Added to the documentation "explanatory" and "response" to make clearer.
1 parent c2899ec commit 57e0e90

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

R/ds.scatterPlot.R

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -44,8 +44,8 @@
4444
#' study is generated.
4545
#'
4646
#' Server function called: \code{scatterPlotDS}
47-
#' @param x a character string specifying the name of a numeric vector.
48-
#' @param y a character string specifying the name of a numeric vector.
47+
#' @param x a character string specifying the name of the explanatory variable, a numeric vector.
48+
#' @param y a character string specifying the name of the response variable, a numeric vector.
4949
#' @param method a character string that specifies the
5050
#' method that is used to generated non-disclosive
5151
#' coordinates to be displayed in a scatter plot.

0 commit comments

Comments
 (0)