R/berryFunctions-package.R

#' Berry's functions
#' 
#' Collection of functions, mainly connected with graphics and hydrology.\cr
#' - zoom in X11 graphics\cr
#' - plot rainfall-runoff data and optimize parameters for the unit hydrograph in the linear storage cascade\cr
#' - write text to plots on top of colored fields in label size (halo-effect)\cr
#' - draw scatterplots colored by 3rd dimension (as in image, which only deals with grids)\cr
#' - draw histograms horizontally\cr
#' - advancedly label date axes and logarithmic axes\cr
#' - fit multiple functions (power, reciprocal, exponential, logarithmic, polynomial, rational) by regression\cr
#' - convert lists to data.frames\cr
#' - and more...
#' 
#' @name berryFunctions-package
#' @aliases berryFunctions-package berryFunctions
#' @docType package
#' @note dataDWD and readDWD have moved to the package rdwd: \url{https://github.com/brry/rdwd#rdwd}\cr\cr
#' Get the most recent code updates at \url{https://github.com/brry}\cr
#' At some places you'll find \code{## not run} in the examples. These code
#' blocks were excluded from checking while building, mainly because they are
#' interactive and need mouseclicks, or because they open another device/file.
#' Normally, you should be able to run them in an interactive session. If you
#' do find non-executable code, please tell me!\cr
#' Feel free to suggest packages in which these functions would fit well.\cr
#' I strongly depend on - and therefore welcome - any feedback!\cr\cr
#' @author Berry Boessenkool, \email{berry-b@@gmx.de}, 2011-2017
#' @keywords package documentation
#' @examples
#' 
#' # see   vignette("berryFunctions")
#' 
NULL

Try the berryFunctions package in your browser

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

berryFunctions documentation built on April 12, 2023, 12:36 p.m.