Package: svgtools 1.1.2
Christian Wimmer
svgtools: Manipulate SVG (Template) Files of Charts
The purpose of this package is to manipulate SVG files that are templates of charts the user wants to produce. In vector graphics one copes with x-/y-coordinates of elements (e.g. lines, rectangles, text). Their scale is often dependent on the program that is used to produce the graphics. In applied statistics one usually has numeric values on a fixed scale (e.g. percentage values between 0 and 100) to show in a chart. Basically, 'svgtools' transforms the statistical values into coordinates and widths/heights of the vector graphics. This is done by stackedBar() for bar charts, by linesSymbols() for charts with lines and/or symbols (dot markers) and scatterSymbols() for scatterplots.
Authors:
svgtools_1.1.2.tar.gz
svgtools_1.1.2.tar.gz(r-4.5-noble)svgtools_1.1.2.tar.gz(r-4.4-noble)
svgtools_1.1.2.tgz(r-4.4-emscripten)svgtools_1.1.2.tgz(r-4.3-emscripten)
svgtools.pdf |svgtools.html✨
svgtools/json (API)
NEWS
# Install 'svgtools' in R: |
install.packages('svgtools', 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 6 months agofrom:5b78465392. Checks:OK: 2. Indexed: yes.
Target | Result | Date |
---|---|---|
Doc / Vignettes | OK | Nov 04 2024 |
R-4.5-linux | OK | Nov 04 2024 |
Exports:changeTextdiffBardisplay_svglinesSymbolspercentileBarread_svgreferenceBarscatterSymbolsstackedBarsummary_svgwrite_svg
Dependencies:clicurlgluelifecyclemagickmagrittrRcpprlangrsvgstringistringrvctrsxml2
Readme and manuals
Help Manual
Help page | Topics |
---|---|
Change text of text elements | changeText |
Adjust bar chart where bars lie to the left/right or bottom/top of a given nullvalue | diffBar |
Display SVG on standard graphic display port | display_svg |
Adjust line and/or symbol charts | linesSymbols |
Adjust (stacked) bar chart representing percentiles | percentileBar |
Read SVG file and return XML document | read_svg |
Adjust (stacked) bar chart that is aligned around a reference category | referenceBar |
Adjust symbols of a scatter plot | scatterSymbols |
Adjust (stacked) bar chart to values on a given scale | stackedBar |
Print summary of SVG file structure in console | summary_svg |
Writes SVG to file | write_svg |