R/data.R

#' width and height of built-in canvas
#'
#' @format ## `canvas_size`
#' canvas sizes list
#' @source according to the print format
"canvas_size"

#' colors of nucleotides and amino acids
#'
#' @format ## `bioletter_colors`
#' colors for biological letters like amino acids or nucleotides
#' @source according to the print format
"bioletter_colors"

#' Minimal tibble dataset adjusted from diamond
#'
#' @format ## `mini_diamond`
#' A data frame with 100 rows and 7 columns:
#' \describe{
#'   \item{id}{unique id}
#'   \item{cut, clarity}{2 category variables}
#'   \item{carat, price, x, y}{4 continuous variables}
#'   ...
#' }
#' @source adjusted from `ggplot2`
"mini_diamond"

Try the plutor package in your browser

Any scripts or data that you put into this service are public.

plutor documentation built on Oct. 27, 2023, 9:07 a.m.