Package: rlc 0.5.0
Svetlana Ovchinnikova
rlc: Create Interactive Linked Charts with Minimal Code
An easy-to-use tool to employ interactivity in every-day exploratory analysis. It contains a collection of most commonly used types of charts (such as scatter plots, line plots, heatmaps, bar charts), which can be linked to each other or to other interactive elements with just few lines of code.
Authors:
rlc_0.5.0.tar.gz
rlc_0.5.0.tar.gz(r-4.5-noble)rlc_0.5.0.tar.gz(r-4.4-noble)
rlc_0.5.0.tgz(r-4.4-emscripten)rlc_0.5.0.tgz(r-4.3-emscripten)
rlc.pdf |rlc.html✨
rlc/json (API)
NEWS
# Install 'rlc' in R: |
install.packages('rlc', repos = c('https://cran.r-universe.dev', 'https://cloud.r-project.org')) |
This package does not link to any Github/Gitlab/R-forge repository. No issue tracker or development information is available.
Last updated 11 months agofrom:ec5a65085c. Checks:OK: 1 NOTE: 1. Indexed: yes.
Target | Result | Date |
---|---|---|
Doc / Vignettes | OK | Nov 11 2024 |
R-4.5-linux | NOTE | Nov 11 2024 |
Exports:chartEventclosePagedatgetMarkedgetPagelc_abLinelc_barslc_beeswarmlc_colourSliderlc_denslc_heatmaplc_histlc_hLinelc_htmllc_imagelc_inputlc_linelc_pathlc_ribbonlc_scatterlc_vLineLCApplistChartslistenmarkopenPageremoveChartremoveLayersetPropertiesupdateCharts
Dependencies:clifastmapgluehttpuvhwriterjrcjsonlitelaterlifecyclemagrittrmimeplyrpromisesR.methodsS3R.ooR.utilsR6Rcpprlangstringistringrvctrs
Readme and manuals
Help Manual
Help page | Topics |
---|---|
Trigger an event | chartEvent |
Stop server | closePage |
Link data to the chart | dat |
Get currently marked elements | getMarked |
Get the currently running app | getPage |
Create a barplot | lc_bars |
Add a colour slider | lc_colourSlider |
Create a heatmap | lc_heatmap |
Histograms and density plots | lc_dens lc_hist |
Add HTML code to the page | lc_html |
Add static plot or custom image to the page | lc_image |
Add input forms to the page | lc_input |
Lines and ribbons | lc_abLine lc_hLine lc_line lc_path lc_ribbon lc_vLine |
Visualize a set of points | lc_beeswarm lc_scatter |
LCApp class | LCApp |
List all existing charts and layers | listCharts |
Listen to the server | listen |
Mark elements of a chart | mark |
Open a new empty page | openPage |
Remove chart from the page | removeChart |
Remove a layer from a chart | removeLayer |
Set properties of the chart | setProperties |
Update a chart | updateCharts |