Package: tinyplot 0.6.1.99

Grant McDermott

tinyplot: Lightweight Extension of the Base R Graphics System

Lightweight extension of the base R graphics system, with support for automatic legends, facets, themes, and various other enhancements.

Authors:Grant McDermott [aut, cre], Vincent Arel-Bundock [aut], Achim Zeileis [aut], Etienne Bacher [ctb]

tinyplot_0.6.1.99.tar.gz
tinyplot_0.6.1.99.zip(r-4.7)tinyplot_0.6.1.99.zip(r-4.6)tinyplot_0.6.1.99.zip(r-4.5)
tinyplot_0.6.1.99.tgz(r-4.6-any)tinyplot_0.6.1.99.tgz(r-4.5-any)
tinyplot_0.6.1.99.tar.gz(r-4.7-any)tinyplot_0.6.1.99.tar.gz(r-4.6-any)
tinyplot_0.6.1.99.tgz(r-4.6-emscripten)
manual.pdf |manual.html
card.svg |card.png
tinyplot/json (API)
NEWS

# Install 'tinyplot' in R:
install.packages('tinyplot', repos = c('https://grantmcdermott.r-universe.dev', 'https://cloud.r-project.org'))

Bug tracker:https://github.com/grantmcdermott/tinyplot/issues

Pkgdown/docs site:https://grantmcdermott.com

On CRAN:

Conda:

11.37 score 407 stars 8 packages 244 scripts 12k downloads 45 exports 0 dependencies

Last updated from:21eeacc2eb. Checks:9 OK. Indexed: yes.

TargetResultTimeFilesSyslog
linux-devel-x86_64OK1279
source / vignettesOK173
linux-release-x86_64OK123
macos-release-arm64OK100
macos-oldrel-arm64OK112
windows-develOK106
windows-releaseOK92
windows-oldrelOK87
wasm-releaseOK97

Exports:draw_legendget_saved_parpltplt_addtinylabeltinyplottinyplot_addtinythemetinytheme_listtinytheme_registertinytheme_unregistertpartype_ablinetype_areatype_barplottype_boxplottype_chulltype_densitytype_ellipsetype_errorbartype_functiontype_glmtype_histtype_histogramtype_hlinetype_jittertype_linestype_lmtype_loesstype_pointrangetype_pointstype_polygontype_polypathtype_qqtype_recttype_ribbontype_ridgetype_rugtype_segmentstype_spineplottype_splinetype_summarytype_texttype_violintype_vline

Dependencies:

Readme and manuals

Help Manual

Help pageTopics
Calculate placement and draw legenddraw_legend
Retrieve the saved graphical parametersget_saved_par
Format labelstinylabel
Lightweight extension of the base R plotting functionplt tinyplot tinyplot.default tinyplot.density tinyplot.formula
Add new elements to the current 'tinyplot'plt_add tinyplot_add
Set or Reset Plot Themes for 'tinyplot'tinytheme
Register, List, and Unregister Custom Themestinytheme_list tinytheme_register tinytheme_unregister
Set or query graphical parameterstpar
Add straight lines to a plottype_abline type_hline type_vline
Ribbon and area plot typestype_area type_ribbon
Barplot typetype_barplot
Boxplot typetype_boxplot
Convex hull plot typetype_chull
Density plot typetype_density
Confidence ellipse plot typetype_ellipse
Error bar and pointrange plot typestype_errorbar type_pointrange
Plot a functiontype_function
Generalized linear model plot typetype_glm
Histogram plot typetype_hist type_histogram
Jittered points plot typetype_jitter
Lines plot typetype_lines
Linear model plot typetype_lm
Local polynomial regression plot typetype_loess
Points plot typetype_points
Polygon plot typetype_polygon
Polypath polygon typetype_polypath
Quantile-Quantile plot (QQ)type_qq
Rectangle plot typetype_rect
Ridge plot typetype_ridge
Add a rug to a plottype_rug
Line segments plot typetype_segments
Spineplot and spinogram typestype_spineplot
Spline plot typetype_spline
Plot summary values of 'y' at unique values of 'x'type_summary
Text annotations plot typetype_text
Violin plot typetype_violin