R/turf-package.R

#
#  turf/turf-package by Andrie de Vries  Copyright (C) 2011-2013
#
#  This program is free software; you can redistribute it and/or modify
#  it under the terms of the GNU General Public License as published by
#  the Free Software Foundation; either version 2 or 3 of the License
#  (at your option).
#
#  This program 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 General Public License for more details.
#
#  A copy of the GNU General Public License is available at
#  http://www.r-project.org/Licenses/
#
#

#' Tools for TURF (Total Unduplicated Reach and Frequency) analysis.
#' 
#' Some more description.
#'
#' The package consists of two functions:
#' 
#' \itemize{
#' \item turf: \code{\link{turf}} runs a TURF analysis 
#' \item autoplot: \code{\link{turfplot}} plots a TURF object 
#' }
#' 
#' @name turf-package
#' @docType package
#' @title Tools for TURF (Total Unduplicated Reach and Frequency) analysis
#' @import ggplot2
#' @author Andrie de Vries \email{apdevries@@gmail.com}
#' @keywords package
#' @seealso none
NULL


#  ------------------------------------------------------------------------


#' Array containing data of commercial telephone value added services (vas).
#' 
#' This data originated from telephone surveys of commercial users of telephone services in the UK
#' 
#' @docType data
#' @keywords datasets
#' @name vas
#' @usage vas
#' @format array
NULL
andrie/turf documentation built on May 10, 2019, 11:42 a.m.