Quantcast
Channel: Easy Guides
Browsing latest articles
Browse All 17 View Live
↧

Image may be NSFW.
Clik here to view.

ggplot2 themes and background colors : The 3 elements

Prepare the data Example of plot Quick functions to change plot themes Customize the appearance of the plot background Change the colors of the plot panel background and the grid lines Remove plot...

View Article


Image may be NSFW.
Clik here to view.

ggplot2 scatter plots : Quick start guide - R software and data visualization

Prepare the data Basic scatter plots Label points in the scatter plot Add regression lines Change the appearance of points and lines Scatter plots with multiple groups Change the point...

View Article


Image may be NSFW.
Clik here to view.

Be Awesome in ggplot2: A Practical Guide to be Highly Effective - R software...

Basics ggplot2 is a powerful and a flexible R package, implemented by Hadley Wickham, for producing elegant graphics. The gg in ggplot2 means Grammar of Graphics, a graphic concept which describes...

View Article

Image may be NSFW.
Clik here to view.

ggplot2 axis scales and transformations

Prepare the data Example of plots Change x and y axis limits Use xlim() and ylim() functions Use expand_limts() function Use scale_xx() functions Axis transformations Log and sqrt transformations...

View Article

Image may be NSFW.
Clik here to view.

ggplot2 line types : How to change line types of a graph in R software?

Line types in R Basic line plots Generate some data Create line plots and change line types Line plot with multiple groups Create some data Change globally the appearance of lines Change automatically...

View Article


Image may be NSFW.
Clik here to view.

ggplot2 add straight lines to a plot : horizontal, vertical and regression lines

geom_hline : Add horizontal lines geom_vline : Add vertical lines geom_abline : Add regression lines geom_segment : Add a line segment Infos This tutorial describes how to add one or more straight...

View Article

Image may be NSFW.
Clik here to view.

ggplot2 point shapes

Point shapes in R Create some data Basic scatter plots Scatter plots with multiple groups Change the point shapes, colors and sizes automatically Change point shapes, colors and sizes manually : Infos...

View Article

Image may be NSFW.
Clik here to view.

ggplot2 line plot : Quick start guide - R software and data visualization

Basic line plots Data Create line plots with points Line plot with multiple groups Data Create line plots Change line types by groups Change line colors by groups Change the legend position Line plot...

View Article


Image may be NSFW.
Clik here to view.

ggplot2 density plot : Quick start guide - R software and data visualization

Prepare the data Basic density plots Change density plot line types and colors Change density plot colors by groups Calculate the mean of each group : Change line colors Change fill colors Change the...

View Article


Image may be NSFW.
Clik here to view.

ggplot2 texts : Add text annotations to a graph in R software

Install required packages Create some data Text annotations using geom_text and geom_label Change the text color and size by groups Add a text annotation at a particular coordinate annotation_custom :...

View Article
Browsing latest articles
Browse All 17 View Live