| #' @param y right dataset | #' @param y right dataset | ||||
| #' @param type type of the set, i.e., intersect, setdiff, etc. | #' @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 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 | #' @name animate_set_function | ||||
| #' @param by by arguments for the join | #' @param by by arguments for the join | ||||
| #' @param type type of the join, i.e., left_join, right_join, etc. | #' @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 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 | #' @return either a gif or a ggplot | ||||
| #' | #' |
| #' @param by the by arguments for the join | #' @param by the by arguments for the join | ||||
| #' @param export the export type, either gif, first or last. The latter two | #' @param export the export type, either gif, first or last. The latter two | ||||
| #' export ggplots of the first/last state of the join | #' 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 | #' @return either a gif or a ggplot | ||||
| #' | #' |
| #' @param y the y dataset | #' @param y the y dataset | ||||
| #' @param export the export type, either gif, first or last. The latter two | #' @param export the export type, either gif, first or last. The latter two | ||||
| #' export ggplots of the first/last state of the join | #' 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 | #' @return either a gif or a ggplot | ||||
| #' | #' |
| #' | #' | ||||
| #' @param d a preprocessed dataset | #' @param d a preprocessed dataset | ||||
| #' @param title the plot title | #' @param title the plot title | ||||
| #' @param ... further arguments passed to base_plot | |||||
| #' @param ... further arguments passed to static_plot | |||||
| #' | #' | ||||
| #' @return a gif | #' @return a gif | ||||
| #' | #' |
| \item{export}{the export type, either gif, first or last. The latter two | \item{export}{the export type, either gif, first or last. The latter two | ||||
| export ggplots of the first/last state of the join} | 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{ | \value{ | ||||
| either a gif or a ggplot | either a gif or a ggplot |
| \item{export}{if the function exports a gif, the first, or last picture} | \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{ | \value{ | ||||
| either a gif or a ggplot | either a gif or a ggplot |
| \item{title}{the plot title} | \item{title}{the plot title} | ||||
| \item{...}{further arguments passed to base_plot} | |||||
| \item{...}{further arguments passed to static_plot} | |||||
| } | } | ||||
| \value{ | \value{ | ||||
| a gif | a gif |
| \item{export}{the export type, either gif, first or last. The latter two | \item{export}{the export type, either gif, first or last. The latter two | ||||
| export ggplots of the first/last state of the join} | 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{ | \value{ | ||||
| either a gif or a ggplot | either a gif or a ggplot |
| \item{export}{if the function exports a gif, the first, or last picture} | \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{ | \value{ | ||||
| either a gif or a ggplot | either a gif or a ggplot |