No puede seleccionar más de 25 temas Los temas deben comenzar con una letra o número, pueden incluir guiones ('-') y pueden tener hasta 35 caracteres de largo.

25 líneas
423B

  1. % Generated by roxygen2: do not edit by hand
  2. % Please edit documentation in R/plot_helpers.R
  3. \name{base_plot}
  4. \alias{base_plot}
  5. \title{Prints the tiles for a processed dataset}
  6. \usage{
  7. base_plot(d, title = "", ...)
  8. }
  9. \arguments{
  10. \item{d}{a processed dataset}
  11. \item{title}{the title of the plot}
  12. \item{...}{further arguments}
  13. }
  14. \value{
  15. a ggplot
  16. }
  17. \description{
  18. Prints the tiles for a processed dataset
  19. }
  20. \examples{
  21. NULL
  22. }