The hardware and bandwidth for this mirror is donated by METANET, the Webhosting and Full Service-Cloud Provider.
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[@]metanet.ch.
Print charts directly on your R terminal. This is a port for the R programming language.
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
.
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.