Package overview |
|
|---|---|
ggpp: Grammar Extensions to 'ggplot2' |
|
ScalesScales control de mapping of values in data to values of an aesthetic, or the propeerties of the plot’s graphic elements. |
|
Position scales for continuous data (npcx & npcy) |
|
|
|
Compute NPC coordinates |
GeomsGeoms, short for geometric objects, describe the type of plot you will produce. They add a plot layer containing graphic elements representing values in the data, |
|
Annotations supporting NPC |
|
Text with Normalised Parent Coordinates |
|
Linked Text |
|
Label pairwise comparisons |
|
Points linked by a segment |
|
Reference points on the margins |
|
Reference arrows on the margins |
|
Add Grobs on the margins |
|
Reference lines: horizontal plus vertical, and quadrants |
|
Inset plots |
|
Inset graphical objects |
|
Inset tables |
|
|
|
Table themes |
Set default table theme |
|
StatisticsIt is often useful to summarize data before plotting, e.g., fiting models or computing means, or modifying the data in some other way. |
|
Filter observations by local 1D density |
|
Replace labels in data based on 1D density |
|
Filter observations by local 2D density |
|
Replace labels in data based on 2D density |
|
Number of observations in quadrants |
|
Number of observations in a plot panel |
|
Select and slice a tibble nested in |
|
Apply a function to x or y values |
|
Draw functions as curves |
|
PositionsIt is often useful to displace plot elements away from their original positions to obtain stacked, side-by-side or non-overlapping plot elements. |
|
Nudge points a fixed distance |
|
Nudge labels away from a central point |
|
Nudge labels away from a line |
|
Nudge labels to new positions |
|
|
|
Combined positions dodge and nudge |
|
|
Combined positions stack and nudge |
Combined positions jitter and nudge |
|
Dodge plus nudge labels to new positions |
|
Stack plus nudge labels to new positions |
|
Plot creationAdditional ggplot methods for specific classes of data objects. |
|
Create a new ggplot plot from time series data |
|
Helper functionsAdditional functions that can be useful when creating plots. |
|
Chose between dark and light color |
|
Convert an R object into a tibble |
|
Wrap character strings in a vector |
|
Example dataData sets as R objects. The data are used for examples in the documentation. |
|
Birch seedlings' size |
|
Ivy photosynthesis light response |
|
Gene expression data |
|
Gene expression data |
|
Weather data |
|