Package: orbis 0.1.0
orbis: Interactive and High-Resolution Layered Graphics with Built-in World Maps
A layered grammar of graphics that compiles plots to a resolution-independent scene description and renders it through two back-ends: a self-contained SVG writer with embedded 'JavaScript' for interactive figures (tooltips, hover highlighting, zoom, pan and legend toggling) and R's own graphics devices for publication-quality output at any resolution. Geographic layers are first class: a simplified world polygon dataset ships with the package and can be drawn with several map projections, including Robinson, Equal Earth and an orthographic globe. The layered grammar follows Wickham (2010) <doi:10.1198/jcgs.2009.07098>; projections follow Snyder (1987) <doi:10.3133/pp1395> and, for Equal Earth, Savric, Patterson and Jenny (2019) <doi:10.1080/13658816.2018.1504949>; line simplification uses Douglas and Peucker (1973) <doi:10.3138/FM57-6770-U75U-7727>; the default colour scales follow the guidance on perceptually uniform palettes of Crameri, Shephard and Heron (2020) <doi:10.1038/s41467-020-19160-7>.
Authors:
orbis_0.1.0.tar.gz
orbis_0.1.0.zip(r-4.7-any)orbis_0.1.0.zip(r-4.6-any)orbis_0.1.0.zip(r-4.5-any)
orbis_0.1.0.tgz(r-4.6-any)orbis_0.1.0.tgz(r-4.5-any)
orbis_0.1.0.tar.gz(r-4.7-any)orbis_0.1.0.tar.gz(r-4.6-any)
orbis_0.1.0.tgz(r-4.6-emscripten)
manual.pdf |manual.html✨
DESCRIPTION |NEWS
card.svg |card.png
orbis/json (API)
| # Install 'orbis' in R: |
| install.packages('orbis', repos = c('https://mqfarooqi1.r-universe.dev', 'https://cloud.r-project.org')) |
Bug tracker:https://github.com/mqfarooqi1/orbis/issues
Pkgdown/docs site:https://mqfarooqi1.github.io
- world_map - World country polygons
Last updated from:d86407711a. Checks:9 OK. Indexed: yes.
| Target | Result | Time | Files | Syslog |
|---|---|---|---|---|
| linux-devel | OK | 146 | ||
| source / vignettes | OK | 243 | ||
| linux-release | OK | 130 | ||
| macos-release | OK | 163 | ||
| macos-oldrel | OK | 191 | ||
| windows-devel | OK | 90 | ||
| windows-release | OK | 93 | ||
| windows-oldrel | OK | 93 | ||
| wasm-release | OK | 109 |
Exports:orborb_areaorb_barsorb_coord_cartesianorb_coord_maporb_draworb_facetorb_geo_pointsorb_interactiveorb_labsorb_lineorb_maporb_optionsorb_palettesorb_pointsorb_saveorb_scale_colourorb_scale_fillorb_scale_sizeorb_scale_xorb_scale_yorb_svgorb_textorb_theme_darkorb_theme_inkorb_theme_lightorb_theme_minimalorb_worldmap
Readme and manuals
Help Manual
| Help page | Topics |
|---|---|
| Add layers, scales, labels and themes to a plot | +.orb_spec |
| Start a plot | orb |
| Area layer | orb_area |
| Bar layer | orb_bars |
| Cartesian coordinates | orb_coord_cartesian |
| Map projections | orb_coord_map |
| Draw a plot on the current graphics device | orb_draw |
| Split a plot into small multiples | orb_facet |
| Point layer positioned by longitude and latitude | orb_geo_points |
| Open or write an interactive plot | orb_interactive |
| Axis, legend and plot labels | orb_labs |
| Line layer | orb_line |
| World map layer | orb_map |
| Plot-level options | orb_options |
| Colour palettes available in orbis | orb_palettes |
| Point layer | orb_points |
| Save a plot at any resolution | orb_save |
| Scales | orb_scale orb_scale_colour orb_scale_fill orb_scale_size orb_scale_x orb_scale_y |
| Render a plot as SVG | orb_svg |
| Text layer | orb_text |
| Visual themes | orb_theme orb_theme_dark orb_theme_ink orb_theme_light orb_theme_minimal |
| A ready-made world map | orb_worldmap |
| World country polygons | world_map |
