Movatterモバイル変換


[0]ホーム

URL:


Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Sign up
Appearance settings

Accelerating ggplot2

License

Unknown and 2 other licenses found

Licenses found

Unknown
LICENSE
MIT
LICENSE.md
Unknown
LICENSE.note
NotificationsYou must be signed in to change notification settings

thomasp85/ggforce

R-CMD-checkCRAN_Release_BadgeCRAN_Download_BadgeCodecov test coverage

Accelerating ggplot2

ggforce is a package aimed at providing missing functionality toggplot2 through the extension system introduced withggplot2 v2.0.0.Broadly speakingggplot2 has been aimed primarily at explorative datavisualization in order to investigate the data at hand, and less atproviding utilities for composing custom plots a laD3.js.ggforce is mainly an attempt to addressthese “shortcomings” (design choices might be a better description). Thegoal is to provide a repository of geoms, stats, etc. that are as welldocumented and implemented as the official ones found inggplot2.

Installation

You can install the released version of ggforce fromCRAN with:

install.packages("ggforce")

And the development version fromGitHub with:

# install.packages("devtools")devtools::install_github("thomasp85/ggforce")

Features

ggforce is by design a collection of features with the onlycommonality being their tie to theggplot2 API. Because of this anoverview of all features would get too long for a README. The packagehas awebsite where every featureis described and justified with examples and plots. There should be aplot in the README of a visualization package though, so without furtherado:

library(ggforce)#> Loading required package: ggplot2ggplot(iris, aes(Petal.Length,Petal.Width,colour=Species))+  geom_point()+  facet_zoom(x=Species=="versicolor")

Code of Conduct

Please note that the ‘ggforce’ project is released with aContributorCode ofConduct. Bycontributing to this project, you agree to abide by its terms.

About

Accelerating ggplot2

Topics

Resources

License

Unknown and 2 other licenses found

Licenses found

Unknown
LICENSE
MIT
LICENSE.md
Unknown
LICENSE.note

Code of conduct

Stars

Watchers

Forks

Packages

No packages published

Contributors30


[8]ページ先頭

©2009-2025 Movatter.jp