R/plottools-package.R

#'@name plottools-package
#'@aliases plottools-package plottools
#'@docType package
#'@title Plotting with Style
#'@description 
#'  Provides utilities for handling plot and graphic parameters, 
#'  plotting lists of objects, colour tools. 
#'  Plotting with style: plot parameters can be given as lists.
#'@details  
#\tabular{ll}{
#      Package: \tab plottools
#  \cr Type: \tab Package
#  \cr Version: \tab 0.1
#  \cr Date: \tab 2013-10-13
#  \cr License: \tab GNUv2
#  }
#' 
#' \strong{Functions for plotting with style, and plotting lists}  
#' \tabular{ll}{
#'  \code{\link{splot}} \tab plot using a list of parameters (a "\code{\link{style}}")
#'  \cr\code{\link{lplot}} \tab plot all objects in a list
#'  \cr\code{\link{style}} \tab collect parameters in a list 
#'  } 
#' \strong{Utility functions}  
#' \tabular{ll}{
#'  \code{\link{alphacol}} \tab control transparency / brightness of a colour
#'  \cr\code{\link{matching}} \tab match a list of parameters by name,
#'  \cr\tab useful for sorting out parameters that throw warnings \cr\tab when used in plot methods.
#'  } 
#'@author Ute Hahn, \email{ute@@imf.au.dk}
# @examples
NA

Try the plottools package in your browser

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

plottools documentation built on May 2, 2019, 4:23 p.m.