% Generated by roxygen2: do not edit by hand % Please edit documentation in R/plot_helpers.R \name{set_font_size} \alias{set_font_size} \title{Set Default Text Sizes for Animation Plots} \usage{ set_font_size(text_size = NULL, title_size = NULL) } \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. }