Package: vellumplot 0.3.0.9000

vellumplot: A Grammar of Graphics on the 'vellum' Backend
A declarative, pipe-first grammar of graphics that compiles an inspectable plot specification into a 'vellum' scene and renders it. A plot is built up as a serializable spec (data, layers, scales) and nothing is drawn until it is compiled: encodings are resolved, scales are trained, a panel layout is measured, and guides and marks are emitted as 'vellum' grobs.
Authors:
vellumplot_0.3.0.9000.tar.gz
vellumplot_0.3.0.9000.zip(r-4.7)vellumplot_0.3.0.9000.zip(r-4.6)vellumplot_0.3.0.9000.zip(r-4.5)
vellumplot_0.3.0.9000.tgz(r-4.6-any)vellumplot_0.3.0.9000.tgz(r-4.5-any)
vellumplot_0.3.0.9000.tar.gz(r-4.7-any)vellumplot_0.3.0.9000.tar.gz(r-4.6-any)
vellumplot_0.3.0.9000.tgz(r-4.6-emscripten)
manual.pdf |manual.html✨
DESCRIPTION |NEWS
card.svg |card.png
vellumplot/json (API)
| # Install 'vellumplot' in R: |
| install.packages('vellumplot', repos = c('https://schochastics.r-universe.dev', 'https://cloud.r-project.org')) |
Bug tracker:https://github.com/r-vellum/vellumplot/issues
Pkgdown/docs site:https://r-vellum.github.io
data-visualizationdatavizggplot2grammar-of-graphicsplotting
Last updated from:0eb7f89a50. Checks:9 OK. Indexed: yes.
| Target | Result | Time | Files | Syslog |
|---|---|---|---|---|
| linux-devel-x86_64 | OK | 226 | ||
| source / vignettes | OK | 349 | ||
| linux-release-x86_64 | OK | 237 | ||
| macos-release-arm64 | OK | 154 | ||
| macos-oldrel-arm64 | OK | 120 | ||
| windows-devel | OK | 165 | ||
| windows-release | OK | 174 | ||
| windows-oldrel | OK | 163 | ||
| wasm-release | OK | 175 |
Exports:add_marginalafter_statannotateareacompose_annotationconcatcoord_cartesiancoord_equalcoord_fixedcoord_flipcoord_polarcoord_sfcoord_transelement_blankelement_lineelement_rectelement_textfacet_gridfacet_wrapglowguide_legendguide_noneguideshconcatinsetlabslimslinear_gradientmark_areamark_barmark_bin2dmark_boxplotmark_contourmark_contour_filledmark_datashademark_densitymark_donutmark_dotplotmark_ecdfmark_edgesmark_errorbarmark_hexmark_histogrammark_labelmark_linemark_linerangemark_node_textmark_nodesmark_piemark_pointmark_qqmark_qq_linemark_rastermark_ribbonmark_ridgelinemark_rugmark_rulemark_segmentmark_sfmark_smoothmark_stepmark_summarymark_textmark_tilemark_violinmdoutlineplot_altplot_provenanceplot_spacerPlotSpecradial_gradientrender_plotrepeat_resolve_scalescale_alphascale_alpha_continuousscale_alpha_identityscale_color_binnedscale_color_continuousscale_color_discretescale_color_gradientscale_color_identityscale_color_manualscale_colour_continuousscale_colour_discretescale_colour_gradientscale_colour_identityscale_colour_manualscale_edge_widthscale_fill_binnedscale_fill_continuousscale_fill_discretescale_fill_gradientscale_fill_identityscale_fill_manualscale_linetypescale_linetype_discretescale_linetype_identityscale_shapescale_shape_identityscale_sizescale_size_identityscale_x_binnedscale_x_continuousscale_x_datescale_x_datetimescale_x_discretescale_x_timescale_y_binnedscale_y_continuousscale_y_datescale_y_datetimescale_y_discretescale_y_timeset_themeshadowsketchthemetheme_bwtheme_classictheme_cyberpunktheme_graytheme_minimaltheme_sketchtheme_voidvconcatvgraphvplotwrap_plotsxlimylim
Dependencies:base64encclicpp11farvergluejsonlitelabelinglifecycleR6RColorBrewerrlangS7scalesstringisystemfontstextshapingvctrsvellumviridisLite
Readme and manuals
Help Manual
| Help page | Topics |
|---|---|
| Add marginal distributions to a plot | add_marginal |
| Map an aesthetic to a statistic computed by a stat | after_stat |
| Add a one-off annotation | annotate |
| Define a layout area for design = | area |
| Annotate a composition | compose_annotation |
| Arrange plots side by side | concat hconcat vconcat wrap_plots |
| Coordinate systems | coord_cartesian coord_equal coord_fixed coord_flip |
| Polar coordinates | coord_polar |
| Map coordinate system | coord_sf |
| Transformed coordinate system | coord_trans |
| Theme elements | element element_blank element_line element_rect element_text |
| Facet a plot into a grid of panels | facet_grid facet_wrap |
| Neon glow layer effect | glow |
| Gradient fill paints | gradients linear_gradient radial_gradient |
| Control a scale's legend | guides guide_legend guide_none |
| Overlay a plot as an inset | inset |
| Set plot titles and axis/legend labels | labs |
| Set scale limits with a shortcut | lims xlim ylim |
| Area, ribbon, and step marks | mark_area mark_ribbon mark_step |
| Boxplot, error bar, and summary marks | mark_boxplot mark_errorbar mark_linerange mark_summary |
| 2-D density contours | mark_contour mark_contour_filled |
| Datashade a large point cloud | mark_datashade |
| Distribution marks | mark_ecdf mark_qq mark_qq_line mark_rug |
| Network (graph) marks | mark_edges mark_graph mark_nodes mark_node_text |
| Statistical marks | mark_histogram mark_smooth |
| Pie and donut charts | mark_donut mark_pie |
| Add marks to a plot | mark_bar mark_line mark_point mark_rule |
| Segment mark | mark_segment |
| Draw simple-feature (sf) geometries | mark_sf |
| Text marks | mark_label mark_text |
| Heatmap marks | mark_bin2d mark_density mark_hex mark_raster mark_tile |
| Density-shape marks | mark_dotplot mark_ridgeline mark_violin |
| Rich-text labels | md |
| Outline (halo) layer effect | outline |
| Text alternative (alt text) for a plot | plot_alt |
| Inspect the compiled-scene provenance of a plot | plot_provenance |
| Reserve an empty cell in a composition | plot_spacer |
| The plot specification | PlotSpec |
| Render a plot to a file | render_plot |
| Repeat a view across fields | repeat_ |
| Resolve scales as shared or independent across panels | resolve_scale |
| Alpha (opacity) scale | scale_alpha scale_alpha_continuous |
| Colour scales | scale_color_continuous scale_color_discrete scale_color_gradient scale_color_manual scale_colour_continuous scale_colour_discrete scale_colour_gradient scale_colour_manual scale_fill_continuous scale_fill_discrete scale_fill_gradient scale_fill_manual |
| Identity scales | scale_alpha_identity scale_color_identity scale_colour_identity scale_fill_identity scale_linetype_identity scale_shape_identity scale_size_identity |
| Edge-width scale | scale_edge_width |
| Binned (classed) colour scales | scale_color_binned scale_fill_binned |
| Line-type scale | scale_linetype scale_linetype_discrete |
| Shape scale | scale_shape |
| Size scale | scale_size |
| Binned position scales | scale_x_binned scale_y_binned |
| Position scales | scale_x_continuous scale_x_discrete scale_y_continuous scale_y_discrete |
| Date and time position scales | scale_x_date scale_x_datetime scale_x_time scale_y_date scale_y_datetime scale_y_time |
| Shadow layer effect | shadow |
| Hand-drawn ("sketch") rendering | sketch |
| Plot themes | set_theme theme theme_bw theme_classic theme_cyberpunk theme_gray theme_minimal theme_void |
| Hand-drawn plot theme | theme_sketch |
| Start a graph (network) plot | vgraph |
| Start a plot specification | vplot |
