diff --git a/R/apex.R b/R/apex.R index 01e7722..32b3464 100644 --- a/R/apex.R +++ b/R/apex.R @@ -1,5 +1,5 @@ -#' @title Quick ApexChart +#' @title Quick ApexCharts #' #' @description Initialize a chart with three main parameters : #' data, mapping and type of chart. diff --git a/R/apexcharter.R b/R/apexcharter.R index b332067..2479326 100644 --- a/R/apexcharter.R +++ b/R/apexcharter.R @@ -127,7 +127,7 @@ config_update <- function(series_animate = TRUE, #' @param quoted Is \code{expr} a quoted expression (with \code{quote()})? This #' is useful if you want to save an expression in a variable. #' -#' @return An Apexchart output that can be included in the application UI. +#' @return An Apexcharts output that can be included in the application UI. #' #' @name apexcharter-shiny #' diff --git a/R/mixed-charts.R b/R/mixed-charts.R index 5b5e155..8282081 100644 --- a/R/mixed-charts.R +++ b/R/mixed-charts.R @@ -1,7 +1,8 @@ #' @title Add a line to a chart #' -#' @description On bar and scatter cherts add a line, on scatter charts add a smooth line. +#' @description Add a line to an existing chart (bar, scatter and line types supported). +#' On scatter charts you can also add a smooth line. #' #' @param ax An \code{\link{apex}} \code{htmlwidget} object. #' @param mapping Default list of aesthetic mappings to use for chart. diff --git a/man/add-line.Rd b/man/add-line.Rd index 3da0969..64c0155 100644 --- a/man/add-line.Rd +++ b/man/add-line.Rd @@ -48,7 +48,8 @@ the \code{data.frame} provided in \code{apex()} will be used.} A \code{apexcharts} \code{htmlwidget} object. } \description{ -On bar and scatter cherts add a line, on scatter charts add a smooth line. +Add a line to an existing chart (bar, scatter and line types supported). +On scatter charts you can also add a smooth line. } \examples{ library(apexcharter) diff --git a/man/apex.Rd b/man/apex.Rd index 2827574..b9f5082 100644 --- a/man/apex.Rd +++ b/man/apex.Rd @@ -2,7 +2,7 @@ % Please edit documentation in R/apex.R \name{apex} \alias{apex} -\title{Quick ApexChart} +\title{Quick ApexCharts} \usage{ apex( data, diff --git a/man/apexcharter-shiny.Rd b/man/apexcharter-shiny.Rd index fc7c5aa..aca652d 100644 --- a/man/apexcharter-shiny.Rd +++ b/man/apexcharter-shiny.Rd @@ -31,7 +31,7 @@ string and have \code{'px'} appended.} is useful if you want to save an expression in a variable.} } \value{ -An Apexchart output that can be included in the application UI. +An Apexcharts output that can be included in the application UI. } \description{ Output and render functions for using apexcharter within Shiny