Преглед на файлове

removed base-plot references

pull/10/head
David преди 7 години
родител
ревизия
bdfc5438fe
променени са 9 файла, в които са добавени 10 реда и са изтрити 10 реда
  1. +2
    -2
      R/animate_helpers.R
  2. +1
    -1
      R/animate_joins.R
  3. +1
    -1
      R/animate_sets.R
  4. +1
    -1
      R/plot_helpers.R
  5. +1
    -1
      man/animate_join.Rd
  6. +1
    -1
      man/animate_join_function.Rd
  7. +1
    -1
      man/animate_plot.Rd
  8. +1
    -1
      man/animate_set.Rd
  9. +1
    -1
      man/animate_set_function.Rd

+ 2
- 2
R/animate_helpers.R Целия файл

@@ -5,7 +5,7 @@
#' @param y right dataset
#' @param type type of the set, i.e., intersect, setdiff, etc.
#' @param export if the function exports a gif, the first, or last picture
#' @param ... further arguments passed to base_plot or to add_color
#' @param ... further arguments passed to static_plot or to add_color
#'
#'
#' @name animate_set_function
@@ -65,7 +65,7 @@ animate_set <- function(x, y, type, export = "gif", ...) {
#' @param by by arguments for the join
#' @param type type of the join, i.e., left_join, right_join, etc.
#' @param export if the function exports a gif, the first, or last picture
#' @param ... further arguments passed to base_plot or to add_color
#' @param ... further arguments passed to static_plot or to add_color
#'
#' @return either a gif or a ggplot
#'

+ 1
- 1
R/animate_joins.R Целия файл

@@ -8,7 +8,7 @@
#' @param by the by arguments for the join
#' @param export the export type, either gif, first or last. The latter two
#' export ggplots of the first/last state of the join
#' @param ... further arguments passed to base_plot
#' @param ... further arguments passed to static_plot
#'
#' @return either a gif or a ggplot
#'

+ 1
- 1
R/animate_sets.R Целия файл

@@ -7,7 +7,7 @@
#' @param y the y dataset
#' @param export the export type, either gif, first or last. The latter two
#' export ggplots of the first/last state of the join
#' @param ... further argument passed to base_plot
#' @param ... further argument passed to static_plot
#'
#' @return either a gif or a ggplot
#'

+ 1
- 1
R/plot_helpers.R Целия файл

@@ -3,7 +3,7 @@
#'
#' @param d a preprocessed dataset
#' @param title the plot title
#' @param ... further arguments passed to base_plot
#' @param ... further arguments passed to static_plot
#'
#' @return a gif
#'

+ 1
- 1
man/animate_join.Rd Целия файл

@@ -32,7 +32,7 @@ animate_anti_join(x, y, by, export = "gif", ...)
\item{export}{the export type, either gif, first or last. The latter two
export ggplots of the first/last state of the join}

\item{...}{further arguments passed to base_plot}
\item{...}{further arguments passed to static_plot}
}
\value{
either a gif or a ggplot

+ 1
- 1
man/animate_join_function.Rd Целия файл

@@ -18,7 +18,7 @@ animate_join(x, y, by, type, export = "gif", ...)

\item{export}{if the function exports a gif, the first, or last picture}

\item{...}{further arguments passed to base_plot or to add_color}
\item{...}{further arguments passed to static_plot or to add_color}
}
\value{
either a gif or a ggplot

+ 1
- 1
man/animate_plot.Rd Целия файл

@@ -11,7 +11,7 @@ animate_plot(d, title = "", ...)

\item{title}{the plot title}

\item{...}{further arguments passed to base_plot}
\item{...}{further arguments passed to static_plot}
}
\value{
a gif

+ 1
- 1
man/animate_set.Rd Целия файл

@@ -24,7 +24,7 @@ animate_setdiff(x, y, export = "gif", ...)
\item{export}{the export type, either gif, first or last. The latter two
export ggplots of the first/last state of the join}

\item{...}{further argument passed to base_plot}
\item{...}{further argument passed to static_plot}
}
\value{
either a gif or a ggplot

+ 1
- 1
man/animate_set_function.Rd Целия файл

@@ -16,7 +16,7 @@ animate_set(x, y, type, export = "gif", ...)

\item{export}{if the function exports a gif, the first, or last picture}

\item{...}{further arguments passed to base_plot or to add_color}
\item{...}{further arguments passed to static_plot or to add_color}
}
\value{
either a gif or a ggplot

Loading…
Отказ
Запис