Package: tinyplot 0.7.0

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.7.0.tar.gz
tinyplot_0.7.0.tar.gz(r-4.7-any)tinyplot_0.7.0.tar.gz(r-4.6-any)
tinyplot_0.7.0.tgz(r-4.6-emscripten)
manual.pdf |manual.html
DESCRIPTION |NEWS
card.svg |card.png
tinyplot/json (API)

# Install 'tinyplot' in R:
install.packages('tinyplot', repos = c('https://cran.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:

6.01 score 8 packages 168 scripts 10k downloads 46 exports 0 dependencies

Last updated from:b449123b84. Checks:4 OK. Indexed: no.

TargetResultTimeFilesSyslog
linux-devel-x86_64OK138
source / vignettesOK218
linux-release-x86_64OK146
wasm-releaseOK150

Exports:draw_legendget_saved_parpltplt_addtinylabeltinypairstinyplottinyplot_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
tinyplot Method for Plotting Data Framestinypairs tinyplot.data.frame
tinyplot Method for Plotting Matricestinyplot.matrix
tinyplot Method for Plotting ts Objects (Time Series)tinyplot.ts
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