ggplot2

E436330

ggplot2 is a widely used R package for creating elegant, layered, and highly customizable data visualizations based on the Grammar of Graphics.

All labels observed (1)

Label Occurrences
ggplot2 canonical 3

How this entity was disambiguated

Statements (51)

Predicate Object
instanceOf R package
data visualization library
free and open-source software
basedOn Grammar of Graphics
compatibleWith R Markdown
Shiny
dplyr
tidyr
creator Hadley Wickham
designedFor declarative specification of plots
highly customizable visualizations
layered construction of graphics
hasExtensionEcosystem yes
implements layered grammar of graphics
introducedConcept facets
geoms
scales
stats
themes
license MIT License
maintainer Hadley Wickham
Posit PBC
partOf tidyverse
programmingLanguage R
repository https://github.com/tidyverse/ggplot2
supports aesthetic mappings
bar charts
boxplots
coordinate transformations
density plots
faceting
histograms
line plots
scatter plots
statistical transformations
themes
typicalFunction aes
facet_grid
facet_wrap
geom_bar
geom_boxplot
geom_histogram
geom_line
geom_point
ggplot
labs
scale_x_continuous
scale_y_continuous
theme
uses data frames as primary data structure
writtenIn R

How these facts were elicited

Referenced by (3)

Full triples — surface form annotated when it differs from this entity's canonical label.

R hasPackage ggplot2
tidyverse corePackage ggplot2
tidyr compatibleWith ggplot2