Nie możesz wybrać więcej, niż 25 tematów Tematy muszą się zaczynać od litery lub cyfry, mogą zawierać myślniki ('-') i mogą mieć do 35 znaków.

18 lines
532B

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