README.md

gogr: use gog visualization system from R

Communicate with a gog server for data visualization independent of R.

Installation:

From github (development version):

# install.packages("devtools")
devtools::install_github("ajschumacher/gogr")

Usage:

Independent of R and gogr, you need to be running a gog server such as gogd and have a gog frontend like gogi in a browser.

library(gogr)

gog(iris)


ajschumacher/gogr documentation built on May 10, 2019, 8:32 a.m.