An implementation of the Grammar of Graphics in R
R
Pull request Compare This branch is even with gh-pages.
Fetching latest commit…
Cannot retrieve the latest commit at this time.
Permalink
Failed to load latest commit information.
_includes
_layouts
book
images
resources
stylesheets
.gitignore
CNAME
README.md
_config.yml
index.md

README.md

ggplot2 pages

These are the files for the ggplot2 web page. GitHub serves up the site using the Jekyll static site processor. To edit and test on your local machine, install Jekyll through the github-pages gem bundle:

gem install github-pages
# or to update
gem update github-pages

Once Jekyll is installed, start it with:

jekyll serve

You can then view the local version of the site at http://localhost:4000.