|
- % Generated by roxygen2: do not edit by hand
- % Please edit documentation in R/animate_options.R
- \name{set_font_size}
- \alias{set_font_size}
- \alias{get_font_size}
- \title{Set Default Text Sizes for Animation Plots}
- \usage{
- set_font_size(text_size = NULL, title_size = NULL)
-
- get_font_size()
- }
- \arguments{
- \item{text_size}{Font size of value labels inside the data frame squares}
-
- \item{title_size}{Font size of the function call or plot title}
- }
- \description{
- Sets the default text sizes for the animated and static plots produced by
- this package during the current session.
- }
- \section{Functions}{
- \itemize{
- \item \code{get_font_size}: Get current global font sizes
- }}
|