simplyts: A function for creating simplystats themed time-series plots

Description Usage Arguments

View source: R/simplyts.R

Description

This function creates time series plots. To use it, you should pass a vector of numeric color values (it will create a palette to match the length). You can also specify whether to add the simplystats logo or not.

Usage

1
simplyts(..., col = 1, pch = 19, logo = TRUE, theme = "black")

Arguments

...

Pass any usual plotting parameters

col

A numeric vector specifying the colors of points

pch

The default pch is 19, cause it is the best.

logo

Logical, if true, then the simplystats logo is added to the plot

theme

Options are "black" or "white"


jtleek/simplystats documentation built on May 20, 2019, 3:13 a.m.