R/ggallin.R

# This file is part of ggallin.
#
# ggallin is free software: you can redistribute it and/or modify
# it under the terms of the GNU Lesser General Public License as published by
# the Free Software Foundation, either version 3 of the License, or
# (at your option) any later version.
#
# ggallin is distributed in the hope that it will be useful,
# but WITHOUT ANY WARRANTY; without even the implied warranty of
# MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
# GNU Lesser General Public License for more details.
#
# You should have received a copy of the GNU Lesser General Public License
# along with ggallin.  If not, see <http://www.gnu.org/licenses/>.

# Created: 2017.09.27
# Copyright: Steven E. Pav, 2017
# Author: Steven E. Pav <shabbychef@gmail.com>
# Comments: Steven E. Pav

#' @title Grab Bag of GGplot2 Functions.
#' 
#' @description
#'
#' This package consists of some helper functions for working with
#' \code{ggplot2}: geoms, transforms, \emph{etc.}, with no real
#' unifying theme among them.
#'
#' @section Legal Mumbo Jumbo:
#'
#' ggallin is distributed in the hope that it will be useful,
#' but WITHOUT ANY WARRANTY; without even the implied warranty of
#' MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
#' GNU Lesser General Public License for more details.
#'
#' @name ggallin-package
#' @template etc
#' @rdname ggallin-package
#' @docType package
#' @keywords package
NULL

#' @title News for package 'ggallin':
#'
#' @description 
#'
#' News for package 'ggallin'
#'
#' \newcommand{\CRANpkg}{\href{https://cran.r-project.org/package=#1}{\pkg{#1}}}
#' \newcommand{\cranggallin}{\CRANpkg{ggallin}}
#' \newcommand{\ggallin}{\href{https://github.com/shabbychef/ggallin}}
#'
#' @section \ggallin{} Version 0.1.1 (2017-10-01) :
#' \itemize{
#' \item submit to CRAN
#' }
#'
#' @name ggallin-NEWS
#' @rdname NEWS
NULL

#for vim modeline: (do not edit)
# vim:fdm=marker:fmr=FOLDUP,UNFOLD:cms=#%s:syn=r:ft=r

Try the ggallin package in your browser

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

ggallin documentation built on May 1, 2019, 10:54 p.m.