您最多选择25个主题 主题必须以字母或数字开头,可以包含连字符 (-),并且长度不得超过35个字符

26 行
667B

  1. % Generated by roxygen2: do not edit by hand
  2. % Please edit documentation in R/animate_options.R
  3. \name{set_font_size}
  4. \alias{set_font_size}
  5. \alias{get_font_size}
  6. \title{Set Default Text Sizes for Animation Plots}
  7. \usage{
  8. set_font_size(text_size = NULL, title_size = NULL)
  9. get_font_size()
  10. }
  11. \arguments{
  12. \item{text_size}{Font size of value labels inside the data frame squares}
  13. \item{title_size}{Font size of the function call or plot title}
  14. }
  15. \description{
  16. Sets the default text sizes for the animated and static plots produced by
  17. this package during the current session.
  18. }
  19. \section{Functions}{
  20. \itemize{
  21. \item \code{get_font_size}: Get current global font sizes
  22. }}