R/timeline-package.R

#' Package to create timelines.
#' 
#' @name timeline-package
#' @docType package
#' @title timeline
#' @author Jason Bryer \email{jason@@bryer.org}
#' @keywords timeline ggplot2
NULL

#' Events and leaders during WWI.
#'
#' @name ww2
#' @docType data
#' @format data frame with 8 observations of 4 variables of US and UK leadership.
#' @keywords datasets
#' @source http://www.preceden.com/
NULL

#' Events and leaders during WWI.
#'
#' @name ww2.events
#' @docType data
#' @format data frame with 8 observations of 3 variables of key events during WWII.
#' @keywords datasets
#' @source http://www.preceden.com/
NULL
jbryer/timeline documentation built on May 18, 2019, 7:03 p.m.