Vous ne pouvez pas sélectionner plus de 25 sujets Les noms de sujets doivent commencer par une lettre ou un nombre, peuvent contenir des tirets ('-') et peuvent comporter jusqu'à 35 caractères.

35 lines
717B

  1. % Generated by roxygen2: do not edit by hand
  2. % Please edit documentation in R/plot_helpers.R
  3. \name{static_plot}
  4. \alias{static_plot}
  5. \title{Prints the tiles for a processed dataset statically}
  6. \usage{
  7. static_plot(d, title = "", text_family = "Fira Sans",
  8. title_family = "Fira Mono", text_size = NULL, title_size = NULL,
  9. ...)
  10. }
  11. \arguments{
  12. \item{d}{a processed dataset}
  13. \item{title}{the title of the plot}
  14. \item{text_family}{the font for the text}
  15. \item{title_family}{the font for the title}
  16. \item{text_size}{the size of the text}
  17. \item{title_size}{the size of the title}
  18. \item{...}{further arguments}
  19. }
  20. \value{
  21. a ggplot
  22. }
  23. \description{
  24. Prints the tiles for a processed dataset statically
  25. }
  26. \examples{
  27. NULL
  28. }