You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

34 line
710B

  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 = 5, title_size = 17, ...)
  9. }
  10. \arguments{
  11. \item{d}{a processed dataset}
  12. \item{title}{the title of the plot}
  13. \item{text_family}{the font for the text}
  14. \item{title_family}{the font for the title}
  15. \item{text_size}{the size of the text}
  16. \item{title_size}{the size of the title}
  17. \item{...}{further arguments}
  18. }
  19. \value{
  20. a ggplot
  21. }
  22. \description{
  23. Prints the tiles for a processed dataset statically
  24. }
  25. \examples{
  26. NULL
  27. }