Package spark. July 21, 2017

Similar documents
Package sankey. R topics documented: October 22, 2017

Package sessioninfo. June 21, 2017

Package filelock. R topics documented: February 7, 2018

Package zip. R topics documented: March 11, Title Cross-Platform 'zip' Compression Version 2.0.1

Package fastdummies. January 8, 2018

Package goodpractice

Package rcmdcheck. R topics documented: November 10, 2018

Package available. November 17, 2017

Package ECctmc. May 1, 2018

Package cli. November 5, 2017

Package cattonum. R topics documented: May 2, Type Package Version Title Encode Categorical Features

Package rhub. November 1, 2017

Package messaging. May 27, 2018

Package crossword.r. January 19, 2018

Package projector. February 27, 2018

Package datasets.load

Package callr. August 29, 2016

Package geogrid. August 19, 2018

Package canvasxpress

Package knitrprogressbar

Package docxtools. July 6, 2018

Package bigreadr. R topics documented: August 13, Version Date Title Read Large Text Files

Package farver. November 20, 2018

Package kdtools. April 26, 2018

Package validara. October 19, 2017

Package dbx. July 5, 2018

Package repec. August 31, 2018

Package geojsonsf. R topics documented: January 11, Type Package Title GeoJSON to Simple Feature Converter Version 1.3.

Package autocogs. September 22, Title Automatic Cognostic Summaries Version 0.1.1

Package clipr. June 23, 2018

Package bisect. April 16, 2018

Package pwrab. R topics documented: June 6, Type Package Title Power Analysis for AB Testing Version 0.1.0

Package kirby21.base

Package gifti. February 1, 2018

Package jdx. R topics documented: January 9, Type Package Title 'Java' Data Exchange for 'R' and 'rjava'

Package slickr. March 6, 2018

Package comparedf. February 11, 2019

Package desc. May 1, 2018

Package humanize. R topics documented: April 4, Version Title Create Values for Human Consumption

Package semver. January 6, 2017

Package gggenes. R topics documented: November 7, Title Draw Gene Arrow Maps in 'ggplot2' Version 0.3.2

Package crochet. January 8, 2018

Package raker. October 10, 2017

Package spelling. December 18, 2017

Package tiler. June 9, 2018

Package widyr. August 14, 2017

Package robotstxt. November 12, 2017

Package TVsMiss. April 5, 2018

Package ggimage. R topics documented: December 5, Title Use Image in 'ggplot2' Version 0.1.0

Package tidyimpute. March 5, 2018

Package pkgbuild. October 16, 2018

Package readxl. April 18, 2017

Package shinytest. May 7, 2018

Package editdata. October 7, 2017

Package PCADSC. April 19, 2017

Package tropicalsparse

Package WordR. September 7, 2017

Package gtrendsr. October 19, 2017

Package ggimage. R topics documented: November 1, Title Use Image in 'ggplot2' Version 0.0.7

Package gameofthrones

Package IATScore. January 10, 2018

Package gtrendsr. August 4, 2018

Package pdfsearch. July 10, 2018

Package jstree. October 24, 2017

Package graphframes. June 21, 2018

Package harrypotter. September 3, 2018

Package nprotreg. October 14, 2018

Package crayon. September 16, 2017

Package strat. November 23, 2016

Package vip. June 15, 2018

Package d3plus. September 25, 2017

Package patentsview. July 12, 2017

Package calpassapi. August 25, 2018

Package phrasemachine

Package data.world. April 5, 2018

Package postal. July 27, 2018

Package elmnnrcpp. July 21, 2018

Package meme. November 2, 2017

Package qualmap. R topics documented: September 12, Type Package

Package datapasta. January 24, 2018

Package Mondrian. R topics documented: March 4, Type Package

Package virustotal. May 1, 2017

Package dkanr. July 12, 2018

Package librarian. R topics documented:

Package rprojroot. January 3, Title Finding Files in Project Subdirectories Version 1.3-2

Package readobj. November 2, 2017

Package mdftracks. February 6, 2017

Package modmarg. R topics documented:

Package epitab. July 4, 2018

Package rbraries. April 18, 2018

Package mmpa. March 22, 2017

Package coga. May 8, 2018

Package deductive. June 2, 2017

Package sfc. August 29, 2016

Package keyholder. May 19, 2018

Package nonlinearicp

Package CorporaCoCo. R topics documented: November 23, 2017

Package statsdk. September 30, 2017

Package utilsipea. November 13, 2017

Package quadprogxt. February 4, 2018

Transcription:

Title 'Sparklines' in the 'R' Terminal Version 2.0.0 Author Gábor Csárdi Package spark July 21, 2017 Maintainer Gábor Csárdi <csardi.gabor@gmail.com> A 'sparkline' is a line chart, without axes and labels. Its goal is to show the general shape of changes over time, or another quantity. This package is an 'R' implementation of the original shell project: <http://zachholman.com/spark/>. License MIT + file LICENSE LazyData true URL https://github.com/gaborcsardi/spark BugReports https://github.com/gaborcsardi/spark/issues Imports clisymbols (>= 1.2.0), methods, utils Suggests covr, crayon, mockr, testthat RoxygenNote 6.0.1.9000 Encoding UTF-8 NeedsCompilation no Repository CRAN Date/Publication 2017-07-20 22:10:46 UTC R topics documented: spark............................................. 2 spark.default......................................... 2 spark.matrix......................................... 4 sparklines.......................................... 4 Index 5 1

2 spark.default spark Generic spark line method for matrices or frames, etc. Generic spark line method for matrices or frames, etc. spark(, = c("", "auto", "screen"),...) The to plot. screen, and screen otherwise.... Additional arguments to the various methods. Characacter vector containing the spark line(s). Other spark: spark.default, spark.matrix spark.default Spark line of a numeric vector on the terminal For marking the minumum/maximum, the crayon package is needed. ## Default S3 method: spark(, = c("", "auto", "screen"), min = NULL, max = NULL, range = NULL,...)

spark.default 3 min max range The to visualize. It can be a numeric vector, or anything that can be cut into intervals with cut. Infinite values in numeric are ignored, and a black character is plotted instead of them. screen, and screen otherwise. If not NULL, then a crayon style to mark the minimum value. If not NULL, then a crayon style to mark the maximum value. Numeric vector with two elements, the range for the sparklines. Defaults to the range of the.... Not used, it is an error if given. Character scalar containing the spark line. Other spark: spark.matrix, spark Examples ## Annual number of Lynx trappings spark(lynx) ## Scaling to shorter spark(lynx, = 40) ## Changing the range spark(1:10) spark(1:10, range = c(1, 100)) ## Scaling to longer spark(1:10, = 40) ## Luteinizing Hormone in Blood Samples, ## in blue, if the terminal supports it cat(crayon::blue(spark(lh)), "\n")

4 sparklines spark.matrix Spark lines for rows of a matrix. Spark lines for rows of a matrix. ## S3 method for class 'matrix' spark(, = c("", "auto", "screen"), common_scale = TRUE,...) common_scale The matrix to plot. screen, and screen otherwise. Whether to plot all rows on a common scale. If FALSE, then all rows will have their own scales.... Passed to spark.default. E.g. it can be used to mark the minimum and/or maximum values. Character scalar containing the spark line. Other spark: spark.default, spark Examples spark(volcano) spark(t(eustockmarkets), ="auto", common_scale = FALSE) sparklines Sparklines in the R terminal Sparklines in the R terminal

Index spark, 2, 3, 4 spark.default, 2, 2, 4 spark.matrix, 2, 3, 4 sparklines, 4 sparklines-package (sparklines), 4 5