| @@ -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 | |||
| #' | |||
| @@ -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 | |||
| #' | |||
| @@ -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 | |||
| #' | |||
| @@ -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 | |||
| #' | |||
| @@ -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 | |||
| @@ -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 | |||
| @@ -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 | |||
| @@ -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 | |||
| @@ -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 | |||