Просмотр исходного кода

removed base-plot references

pull/10/head
David 7 лет назад
Родитель
Сommit
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 Просмотреть файл

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

+ 1
- 1
R/animate_joins.R Просмотреть файл

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

+ 1
- 1
R/animate_sets.R Просмотреть файл

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

+ 1
- 1
R/plot_helpers.R Просмотреть файл

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

+ 1
- 1
man/animate_join.Rd Просмотреть файл

\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

+ 1
- 1
man/animate_join_function.Rd Просмотреть файл



\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

+ 1
- 1
man/animate_plot.Rd Просмотреть файл



\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

+ 1
- 1
man/animate_set.Rd Просмотреть файл

\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

+ 1
- 1
man/animate_set_function.Rd Просмотреть файл



\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

Загрузка…
Отмена
Сохранить