R/zzz.R

#' Strechable Color Ramps
#'
#' Value-calibrated color ramps can be useful to emphasize patterns in weirdly distributed data. Tiepoints can be used to fix colors to specific values, and the resulting association can then be expanded into full color ramps. Such ramps can be used a variety of cases when heatmap type plotting is necessary, including the visualization of raster and polygon spatial data.
#'
#' This is still a Beta version. As is R, this is free software and comes with ABSOLUTELY NO WARRANTY. Nevertheless, notes about found bugs and suggestions are more than welcome.
#' @author Adam T. Kocsis (adam.t.kocsis@gmail.com)
#' @docType package
#' @name rampage
"_PACKAGE"

#' @importFrom grDevices colorRampPalette
#' @importFrom graphics rect
#' @importFrom graphics axis
#' @importFrom graphics box
#' @importFrom graphics mtext
#' @importFrom graphics abline
#' @importFrom graphics par
#' @importFrom graphics points
#' @importFrom graphics segments
#' @importFrom graphics text
NULL

Try the rampage package in your browser

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

rampage documentation built on Aug. 8, 2025, 7:38 p.m.