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

Try the timeline package in your browser

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

timeline documentation built on May 2, 2019, 3:02 a.m.