Skip to content

❗ This is a read-only mirror of the CRAN R package repository. asciichartr — Lightweight ASCII Line Graphs

License

Notifications You must be signed in to change notification settings

cran/asciichartr

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

1 Commit
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

asciichartr

Print charts directly on your R terminal. This is a port for the R programming language.

Using the package

Execute asciiPlot with a numeric vector as input and print the result, for example:

ts <- c(2,1,4,6,7,3,5,5,3)
cat(asciiPlot(ts))
#    7.00 ┤   ╭╮    
#    6.00 ┤  ╭╯│    
#    5.00 ┤  │ │╭─╮ 
#    4.00 ┤ ╭╯ ││ │ 
#    3.00 ┤ │  ╰╯ ╰ 
#    2.00 ┼╮│       
#    1.00 ┤╰╯       

Also check the documentation for configuration options: ?asciiPlot.

Credits

Inspired by asciichart

About

❗ This is a read-only mirror of the CRAN R package repository. asciichartr — Lightweight ASCII Line Graphs

Resources

License

Stars

Watchers

Forks

Packages

No packages published

Languages