kgschart {kgschart} | R Documentation |
Parse a KGS rank graph and recover undelining numeric data.
kgschart(src, keep_image = FALSE, ...)
src |
png file name |
keep_image |
if |
... |
other arguments for |
kgschart
class object
x <- kgschart(system.file("extdata/leela-ja_JP.png",
package = "kgschart"))
head(x$data)
## Not run:
plot(x)
## End(Not run)