MYWOT
Child safety
Confidence
Trustworthiness
Confidence
MALICIOUS CONTENT INDICATORS
Ggplot2.tidyverse.org most likely does not offer any malicious content.
Secure connection support
HTTPS
Ggplot2.tidyverse.org provides SSL-encrypted connection.
ADULT CONTENT INDICATORS
Ggplot2.tidyverse.org most likely does not offer any adult content.
Popular pages
-
Function reference • ggplot2
Autoplot and fortify autoplot() is an extension mechanism for ggplot2: it provides a way for package authors to add methods that work like the base plot() function, generating useful default plots wi...
-
Introduction to ggplot2 • ggplot2
An overview of the layered grammar of graphics.
-
Create a new ggplot — ggplot • ggplot2
ggplot() initializes a ggplot object. It can be used to declare the input data frame for a graphic and to specify the set of plot aesthetics intended to be common throughout all subsequent layers unle...
-
Points — geom_point • ggplot2
The point geom is used to create scatterplots. The scatterplot is most useful for displaying the relationship between two continuous variables. It can be used to compare one continuous and one categor...
-
Bar charts — geom_bar • ggplot2
There are two types of bar charts: geom_bar() and geom_col(). geom_bar() makes the height of the bar proportional to the number of cases in each group (or if the weight aesthetic is supplied, the sum ...
-
Complete themes — ggtheme • ggplot2
These are complete themes which control all non-data display. Use theme() if you just need to tweak the display of an existing theme.