The hardware and bandwidth for this mirror is donated by dogado GmbH, the Webhosting and Full Service-Cloud Provider. Check out our Wordpress Tutorial.
If you wish to report a bug, or if you are interested in having us mirror your free-software or open-source project, please feel free to contact us at mirror[@]dogado.de.

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

These binaries (installable software) and packages are in development.
They may not be fully stable and should be used with caution. We make no claims about them.
Health stats visible at Monitor.