| absoluteGrob | Absolute grob |
| add_margins | Add margins to a data frame. |
| add_theme | Modify properties of an element in a theme object |
| aes | Define aesthetic mappings. |
| aes_ | Define aesthetic mappings from strings, or quoted calls and... |
| aes_all | Given a character vector, create a set of identity mappings |
| aes_auto | Automatic aesthetic mapping |
| aes_colour_fill_alpha | Colour related aesthetics: colour, fill and alpha |
| aes_group_order | Aesthetics: group |
| aes_linetype_size_shape | Differentiation related aesthetics: linetype, size, shape |
| aes_position | Position related aesthetics: x, y, xmin, xmax, ymin, ymax,... |
| annotate | Create an annotation layer. |
| annotation_custom | Annotation: Custom grob. |
| annotation_logticks | Annotation: log tick marks |
| annotation_map | Annotation: maps. |
| annotation_raster | Annotation: High-performance rectangular tiling. |
| as_labeller | Coerce to labeller function |
| as.list.ggproto | Convert a ggproto object to a list |
| autoplot | Create a complete ggplot appropriate to a particular data... |
| benchplot | Benchmark plot creation time. Broken down into construct,... |
| borders | Create a layer of map borders. |
| calc_element | Calculate the element properties, by inheriting properties... |
| continuous_scale | Continuous scale constructor. |
| coord_cartesian | Cartesian coordinates. |
| coord_fixed | Cartesian coordinates with fixed relationship between x and y... |
| coord_flip | Flipped cartesian coordinates. |
| coord_map | Map projections. |
| coord_munch | Munch coordinates data |
| coord_polar | Polar coordinates. |
| coord_trans | Transformed cartesian coordinate system. |
| cut_interval | Cut up numeric vector into useful groups. |
| diamonds | Prices of 50,000 round cut diamonds |
| discrete_scale | Discrete scale constructor. |
| draw_key | Key drawing functions |
| dtmelt | Use data.table::melt |
| dtouter | Replacement for reshape on outer |
| economics | US economic time series. |
| element_blank | Theme element: blank. This theme element draws nothing, and... |
| element_grob | Generate grid grob from theme element |
| element_line | Theme element: line. |
| element_rect | Theme element: rectangle. |
| element_text | Theme element: text. |
| expand_limits | Expand the plot limits with data. |
| facet | Facet specification. |
| facet_grid | Lay out panels in a grid. |
| facet_null | Facet specification: a single panel. |
| facet_wrap | Wrap a 1d ribbon of panels into 2d. |
| faithfuld | 2d density estimate of Old Faithful data |
| format.ggproto | Format a ggproto object |
| fortify | Fortify a model with data. |
| fortify.lm | Supplement the data fitted to a linear model with model fit... |
| fortify.map | Fortify method for map objects. |
| fortify-multcomp | Fortify methods for objects produced by 'multcomp' |
| fortify.sp | Fortify method for classes from the sp package. |
| geom_abline | Lines: horizontal, vertical, and specified by slope and... |
| geom_blank | Blank, draws nothing. |
| geom_histogram | Histograms and frequency polygons. |
| gg-add | Add a new component to a ggplot or theme object. |
| gg_dep | Give a deprecation error, warning, or message, depending on... |
| ggplot | Create a new ggplot plot. |
| ggplot2-ggproto | Base ggproto classes for ggplot2 |
| ggplot_build | Build ggplot for rendering. |
| ggplotGrob | Generate a ggplot2 plot grob. |
| ggplot_gtable | Build a plot with all the usual bits and pieces. |
| ggproto | Create a new ggproto object |
| ggsave | Save a ggplot (or other grid object) with sensible defaults |
| ggtheme | ggplot2 themes |
| graphical-units | Graphical units |
| guide_colourbar | Continuous colour bar guide. |
| guide_legend | Legend guide. |
| guides | Set guides for each scale. |
| hmisc | Wrap up a selection of summary functions from Hmisc to make... |
| is.Coord | Is this object a coordinate system? |
| is.facet | Is this object a facetting specification? |
| is.ggplot | Reports whether x is a ggplot object |
| is.ggproto | Is an object a ggproto object? |
| is.rel | Reports whether x is a rel object |
| is.theme | Reports whether x is a theme object |
| label_bquote | Backquoted labeller |
| labeller | Generic labeller function for facets |
| labellers | Labeller functions |
| labs | Change axis labels and legend titles |
| last_plot | Retrieve the last plot to be modified or created. |
| layer | Create a new layer |
| limits | Generate correct scale type for specified limits |
| lims | Convenience functions to set the axis limits. |
| luv_colours | 'colors()' in Luv space. |
| map_data | Create a data frame of map data. |
| margin | Define margins. |
| margins | Figure out margining variables. |
| mean_se | Calculate mean and standard errors on either side. |
| midwest | Midwest demographics. |
| mpg | Fuel economy data from 1999 and 2008 for 38 popular models of... |
| msleep | An updated and expanded version of the mammals sleep dataset. |
| position_dodge | Adjust position by dodging overlaps to the side. |
| position_identity | Don't adjust position |
| position_jitter | Jitter points to avoid overplotting. |
| position_jitterdodge | Adjust position by simultaneously dodging and jittering |
| position_nudge | Nudge points. |
| position_stack | Stack overlapping objects on top of one another. |
| presidential | Terms of 11 presidents from Eisenhower to Obama. |
| print.ggplot | Draw plot on current graphics device. |
| print.ggproto | Print a ggproto object |
| qplot | Quick plot |
| reexports | Objects exported from other packages |
| rel | Relative sizing for theme elements |
| remove_missing | Convenience function to remove missing values from a... |
| resolution | Compute the "resolution" of a data vector. |
| scale_alpha | Alpha scales. |
| scale_brewer | Sequential, diverging and qualitative colour scales from... |
| scale_continuous | Continuous position scales (x & y). |
| scale_date | Position scale, date & date times |
| scale_discrete | Discrete position. |
| scale_gradient | Smooth gradient between two colours |
| scale_grey | Sequential grey colour scale. |
| scale_hue | Qualitative colour scale with evenly spaced hues. |
| scale_identity | Use values without scaling. |
| scale_linetype | Scale for line patterns. |
| scale_manual | Create your own discrete scale. |
| scale_shape | Scale for shapes, aka glyphs. |
| scale_size | Scale size (area or radius). |
| seals | Vector field of seal movements. |
| should_stop | Used in examples to illustrate when errors should occur. |
| stat_ecdf | Empirical Cumulative Density Function |
| stat_ellipse | Plot data ellipses. |
| stat_identity | Identity statistic. |
| stat_summary_2d | Bin and summarise in 2d (rectangle & hexagons) |
| summary.ggplot | Displays a useful description of a ggplot object |
| theme | Set theme elements |
| theme_update | Get, set and update themes. |
| transform_position | Convenience function to transform all position variables. |
| translate_qplot_ggplot | Translating between qplot and ggplot |
| translate_qplot_lattice | Translating between qplot and lattice |
| txhousing | Housing sales in TX. |
| update_defaults | Modify geom/stat aesthetic defaults for future plots |
| update_labels | Update axis/legend labels |
| waiver | A waiver object. |
| zeroGrob | The zero grob draws nothing and has zero size. |
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.