diff --git a/R/dm8n.R b/R/dm8n.R index f84b979..0d0205e 100644 --- a/R/dm8n.R +++ b/R/dm8n.R @@ -13,7 +13,7 @@ #' @param nc numeric. The number of effective 8-hour average concentrations per day. #' @param na.rm logical. Should missing values (including NaN) be omitted from the calculations? #' @param outputmode numeric, the format of the output, possible value: 1 or 2. See 'value' for the results of filling in 1 or 2. -#' @param unitlb labels for y axis of dma8 plot. By default, it equals to NA. +#' @param unitlb labels for y axis of dma8 plot. By default, it equals to NA. If set this parameter, the order of species should same as that in the dataframe. #' @return a dataframe depends on the value of 'outputMode'. Value 1 will output 1 list which incudes #' 1 table (maximum-8-hour ozone) and 1 plot (dma8 plot). Value 2 will output 1 list which contains 4 #' tables (8-hour ozone, statistics of the number of effective hourly concentrations in each 8-hour average concentration, diff --git a/man/dm8n.Rd b/man/dm8n.Rd index 8c0eca7..2af82d2 100644 --- a/man/dm8n.Rd +++ b/man/dm8n.Rd @@ -36,7 +36,7 @@ dm8n( \item{outputmode}{numeric, the format of the output, possible value: 1 or 2. See 'value' for the results of filling in 1 or 2.} -\item{unitlb}{labels for y axis of dma8 plot. By default, it equals to NA.} +\item{unitlb}{labels for y axis of dma8 plot. By default, it equals to NA. If set this parameter, the order of species should same as that in the dataframe.} } \value{ a dataframe depends on the value of 'outputMode'. Value 1 will output 1 list which incudes