@r-universe/webr 2023.6.11 → 2023.6.21
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/dist/R.bin.data +35733 -74
- package/dist/R.bin.js +1756 -0
- package/dist/R.bin.wasm +0 -0
- package/dist/esbuild.d.ts +1 -0
- package/dist/libRblas.so +0 -0
- package/dist/libRlapack.so +0 -0
- package/dist/repl/fstree.d.ts +57 -0
- package/dist/repl/repl.d.ts +1 -0
- package/dist/tests/packages/webr.test.d.ts +1 -0
- package/dist/tests/webR/console.test.d.ts +1 -0
- package/dist/tests/webR/proxy.test.d.ts +1 -0
- package/dist/tests/webR/robj.test.d.ts +1 -0
- package/dist/tests/webR/utils.test.d.ts +1 -0
- package/dist/tests/webR/webr-main.test.d.ts +1 -0
- package/dist/tests/webR/webr-r.test.d.ts +1 -0
- package/dist/tests/webR/webr-worker.test.d.ts +1 -0
- package/dist/vfs/usr/lib/R/doc/AUTHORS +39 -0
- package/dist/vfs/usr/lib/R/doc/BioC_mirrors.csv +17 -0
- package/dist/vfs/usr/lib/R/doc/COPYING +340 -0
- package/dist/vfs/usr/lib/R/doc/COPYRIGHTS +774 -0
- package/dist/vfs/usr/lib/R/doc/CRAN_mirrors.csv +105 -0
- package/dist/vfs/usr/lib/R/doc/FAQ +2653 -0
- package/dist/vfs/usr/lib/R/doc/KEYWORDS +87 -0
- package/dist/vfs/usr/lib/R/doc/KEYWORDS.db +71 -0
- package/dist/vfs/usr/lib/R/doc/NEWS +3538 -0
- package/dist/vfs/usr/lib/R/doc/NEWS.0 +2825 -0
- package/dist/vfs/usr/lib/R/doc/NEWS.1 +8108 -0
- package/dist/vfs/usr/lib/R/doc/NEWS.2 +16534 -0
- package/dist/vfs/usr/lib/R/doc/NEWS.2.rds +0 -0
- package/dist/vfs/usr/lib/R/doc/NEWS.3 +7840 -0
- package/dist/vfs/usr/lib/R/doc/NEWS.3.rds +0 -0
- package/dist/vfs/usr/lib/R/doc/NEWS.pdf +0 -0
- package/dist/vfs/usr/lib/R/doc/NEWS.rds +0 -0
- package/dist/vfs/usr/lib/R/doc/RESOURCES +44 -0
- package/dist/vfs/usr/lib/R/doc/THANKS +78 -0
- package/dist/vfs/usr/lib/R/doc/html/NEWS.2.html +9004 -0
- package/dist/vfs/usr/lib/R/doc/html/NEWS.3.html +11328 -0
- package/dist/vfs/usr/lib/R/doc/html/NEWS.html +5151 -0
- package/dist/vfs/usr/lib/R/doc/html/R.css +130 -0
- package/dist/vfs/usr/lib/R/doc/html/Rlogo.pdf +0 -0
- package/dist/vfs/usr/lib/R/doc/html/Rlogo.svg +33 -0
- package/dist/vfs/usr/lib/R/doc/html/Search.html +27 -0
- package/dist/vfs/usr/lib/R/doc/html/SearchOn.html +200 -0
- package/dist/vfs/usr/lib/R/doc/html/about.html +38 -0
- package/dist/vfs/usr/lib/R/doc/html/favicon.ico +0 -0
- package/dist/vfs/usr/lib/R/doc/html/index.html +79 -0
- package/dist/vfs/usr/lib/R/doc/html/katex/LICENSE +24 -0
- package/dist/vfs/usr/lib/R/doc/html/katex/README.md +119 -0
- package/dist/vfs/usr/lib/R/doc/html/katex/fonts/KaTeX_AMS-Regular.ttf +0 -0
- package/dist/vfs/usr/lib/R/doc/html/katex/fonts/KaTeX_AMS-Regular.woff +0 -0
- package/dist/vfs/usr/lib/R/doc/html/katex/fonts/KaTeX_AMS-Regular.woff2 +0 -0
- package/dist/vfs/usr/lib/R/doc/html/katex/fonts/KaTeX_Caligraphic-Bold.ttf +0 -0
- package/dist/vfs/usr/lib/R/doc/html/katex/fonts/KaTeX_Caligraphic-Bold.woff +0 -0
- package/dist/vfs/usr/lib/R/doc/html/katex/fonts/KaTeX_Caligraphic-Bold.woff2 +0 -0
- package/dist/vfs/usr/lib/R/doc/html/katex/fonts/KaTeX_Caligraphic-Regular.ttf +0 -0
- package/dist/vfs/usr/lib/R/doc/html/katex/fonts/KaTeX_Caligraphic-Regular.woff +0 -0
- package/dist/vfs/usr/lib/R/doc/html/katex/fonts/KaTeX_Caligraphic-Regular.woff2 +0 -0
- package/dist/vfs/usr/lib/R/doc/html/katex/fonts/KaTeX_Fraktur-Bold.ttf +0 -0
- package/dist/vfs/usr/lib/R/doc/html/katex/fonts/KaTeX_Fraktur-Bold.woff +0 -0
- package/dist/vfs/usr/lib/R/doc/html/katex/fonts/KaTeX_Fraktur-Bold.woff2 +0 -0
- package/dist/vfs/usr/lib/R/doc/html/katex/fonts/KaTeX_Fraktur-Regular.ttf +0 -0
- package/dist/vfs/usr/lib/R/doc/html/katex/fonts/KaTeX_Fraktur-Regular.woff +0 -0
- package/dist/vfs/usr/lib/R/doc/html/katex/fonts/KaTeX_Fraktur-Regular.woff2 +0 -0
- package/dist/vfs/usr/lib/R/doc/html/katex/fonts/KaTeX_Main-Bold.ttf +0 -0
- package/dist/vfs/usr/lib/R/doc/html/katex/fonts/KaTeX_Main-Bold.woff +0 -0
- package/dist/vfs/usr/lib/R/doc/html/katex/fonts/KaTeX_Main-Bold.woff2 +0 -0
- package/dist/vfs/usr/lib/R/doc/html/katex/fonts/KaTeX_Main-BoldItalic.ttf +0 -0
- package/dist/vfs/usr/lib/R/doc/html/katex/fonts/KaTeX_Main-BoldItalic.woff +0 -0
- package/dist/vfs/usr/lib/R/doc/html/katex/fonts/KaTeX_Main-BoldItalic.woff2 +0 -0
- package/dist/vfs/usr/lib/R/doc/html/katex/fonts/KaTeX_Main-Italic.ttf +0 -0
- package/dist/vfs/usr/lib/R/doc/html/katex/fonts/KaTeX_Main-Italic.woff +0 -0
- package/dist/vfs/usr/lib/R/doc/html/katex/fonts/KaTeX_Main-Italic.woff2 +0 -0
- package/dist/vfs/usr/lib/R/doc/html/katex/fonts/KaTeX_Main-Regular.ttf +0 -0
- package/dist/vfs/usr/lib/R/doc/html/katex/fonts/KaTeX_Main-Regular.woff +0 -0
- package/dist/vfs/usr/lib/R/doc/html/katex/fonts/KaTeX_Main-Regular.woff2 +0 -0
- package/dist/vfs/usr/lib/R/doc/html/katex/fonts/KaTeX_Math-BoldItalic.ttf +0 -0
- package/dist/vfs/usr/lib/R/doc/html/katex/fonts/KaTeX_Math-BoldItalic.woff +0 -0
- package/dist/vfs/usr/lib/R/doc/html/katex/fonts/KaTeX_Math-BoldItalic.woff2 +0 -0
- package/dist/vfs/usr/lib/R/doc/html/katex/fonts/KaTeX_Math-Italic.ttf +0 -0
- package/dist/vfs/usr/lib/R/doc/html/katex/fonts/KaTeX_Math-Italic.woff +0 -0
- package/dist/vfs/usr/lib/R/doc/html/katex/fonts/KaTeX_Math-Italic.woff2 +0 -0
- package/dist/vfs/usr/lib/R/doc/html/katex/fonts/KaTeX_SansSerif-Bold.ttf +0 -0
- package/dist/vfs/usr/lib/R/doc/html/katex/fonts/KaTeX_SansSerif-Bold.woff +0 -0
- package/dist/vfs/usr/lib/R/doc/html/katex/fonts/KaTeX_SansSerif-Bold.woff2 +0 -0
- package/dist/vfs/usr/lib/R/doc/html/katex/fonts/KaTeX_SansSerif-Italic.ttf +0 -0
- package/dist/vfs/usr/lib/R/doc/html/katex/fonts/KaTeX_SansSerif-Italic.woff +0 -0
- package/dist/vfs/usr/lib/R/doc/html/katex/fonts/KaTeX_SansSerif-Italic.woff2 +0 -0
- package/dist/vfs/usr/lib/R/doc/html/katex/fonts/KaTeX_SansSerif-Regular.ttf +0 -0
- package/dist/vfs/usr/lib/R/doc/html/katex/fonts/KaTeX_SansSerif-Regular.woff +0 -0
- package/dist/vfs/usr/lib/R/doc/html/katex/fonts/KaTeX_SansSerif-Regular.woff2 +0 -0
- package/dist/vfs/usr/lib/R/doc/html/katex/fonts/KaTeX_Script-Regular.ttf +0 -0
- package/dist/vfs/usr/lib/R/doc/html/katex/fonts/KaTeX_Script-Regular.woff +0 -0
- package/dist/vfs/usr/lib/R/doc/html/katex/fonts/KaTeX_Script-Regular.woff2 +0 -0
- package/dist/vfs/usr/lib/R/doc/html/katex/fonts/KaTeX_Size1-Regular.ttf +0 -0
- package/dist/vfs/usr/lib/R/doc/html/katex/fonts/KaTeX_Size1-Regular.woff +0 -0
- package/dist/vfs/usr/lib/R/doc/html/katex/fonts/KaTeX_Size1-Regular.woff2 +0 -0
- package/dist/vfs/usr/lib/R/doc/html/katex/fonts/KaTeX_Size2-Regular.ttf +0 -0
- package/dist/vfs/usr/lib/R/doc/html/katex/fonts/KaTeX_Size2-Regular.woff +0 -0
- package/dist/vfs/usr/lib/R/doc/html/katex/fonts/KaTeX_Size2-Regular.woff2 +0 -0
- package/dist/vfs/usr/lib/R/doc/html/katex/fonts/KaTeX_Size3-Regular.ttf +0 -0
- package/dist/vfs/usr/lib/R/doc/html/katex/fonts/KaTeX_Size3-Regular.woff +0 -0
- package/dist/vfs/usr/lib/R/doc/html/katex/fonts/KaTeX_Size3-Regular.woff2 +0 -0
- package/dist/vfs/usr/lib/R/doc/html/katex/fonts/KaTeX_Size4-Regular.ttf +0 -0
- package/dist/vfs/usr/lib/R/doc/html/katex/fonts/KaTeX_Size4-Regular.woff +0 -0
- package/dist/vfs/usr/lib/R/doc/html/katex/fonts/KaTeX_Size4-Regular.woff2 +0 -0
- package/dist/vfs/usr/lib/R/doc/html/katex/fonts/KaTeX_Typewriter-Regular.ttf +0 -0
- package/dist/vfs/usr/lib/R/doc/html/katex/fonts/KaTeX_Typewriter-Regular.woff +0 -0
- package/dist/vfs/usr/lib/R/doc/html/katex/fonts/KaTeX_Typewriter-Regular.woff2 +0 -0
- package/dist/vfs/usr/lib/R/doc/html/katex/katex.css +1079 -0
- package/dist/vfs/usr/lib/R/doc/html/katex/katex.js +18456 -0
- package/dist/vfs/usr/lib/R/doc/html/katex-check.js +13 -0
- package/dist/vfs/usr/lib/R/doc/html/katex-config.js +17 -0
- package/dist/vfs/usr/lib/R/doc/html/left.jpg +0 -0
- package/dist/vfs/usr/lib/R/doc/html/logo.jpg +0 -0
- package/dist/vfs/usr/lib/R/doc/html/mathjax-config.js +23 -0
- package/dist/vfs/usr/lib/R/doc/html/packages-head-utf8.html +17 -0
- package/dist/vfs/usr/lib/R/doc/html/packages.html +51 -0
- package/dist/vfs/usr/lib/R/doc/html/prism.css +235 -0
- package/dist/vfs/usr/lib/R/doc/html/prism.js +1495 -0
- package/dist/vfs/usr/lib/R/doc/html/resources.html +235 -0
- package/dist/vfs/usr/lib/R/doc/html/right.jpg +0 -0
- package/dist/vfs/usr/lib/R/doc/html/up.jpg +0 -0
- package/dist/vfs/usr/lib/R/doc/manual/images/QQ.png +0 -0
- package/dist/vfs/usr/lib/R/doc/manual/images/ecdf.png +0 -0
- package/dist/vfs/usr/lib/R/doc/manual/images/fig11.png +0 -0
- package/dist/vfs/usr/lib/R/doc/manual/images/fig12.png +0 -0
- package/dist/vfs/usr/lib/R/doc/manual/images/hist.png +0 -0
- package/dist/vfs/usr/lib/R/doc/manual/images/ice.png +0 -0
- package/dist/vfs/usr/lib/R/library/base/demo/error.catching.R +101 -0
- package/dist/vfs/usr/lib/R/library/base/demo/is.things.R +143 -0
- package/dist/vfs/usr/lib/R/library/base/demo/recursion.R +82 -0
- package/dist/vfs/usr/lib/R/library/base/demo/scoping.R +50 -0
- package/dist/vfs/usr/lib/R/library/base/help/AnIndex +1709 -0
- package/dist/vfs/usr/lib/R/library/base/help/aliases.rds +0 -0
- package/dist/vfs/usr/lib/R/library/base/help/base.rdb +0 -0
- package/dist/vfs/usr/lib/R/library/base/help/base.rdx +0 -0
- package/dist/vfs/usr/lib/R/library/base/help/paths.rds +0 -0
- package/dist/vfs/usr/lib/R/library/base/html/00Index.html +2754 -0
- package/dist/vfs/usr/lib/R/library/base/html/R.css +130 -0
- package/dist/vfs/usr/lib/R/library/compiler/help/AnIndex +9 -0
- package/dist/vfs/usr/lib/R/library/compiler/help/aliases.rds +0 -0
- package/dist/vfs/usr/lib/R/library/compiler/help/compiler.rdb +0 -0
- package/dist/vfs/usr/lib/R/library/compiler/help/compiler.rdx +0 -0
- package/dist/vfs/usr/lib/R/library/compiler/help/paths.rds +0 -0
- package/dist/vfs/usr/lib/R/library/compiler/html/00Index.html +43 -0
- package/dist/vfs/usr/lib/R/library/compiler/html/R.css +130 -0
- package/dist/vfs/usr/lib/R/library/compiler/tests/assign.R +152 -0
- package/dist/vfs/usr/lib/R/library/compiler/tests/basics.R +104 -0
- package/dist/vfs/usr/lib/R/library/compiler/tests/const.R +65 -0
- package/dist/vfs/usr/lib/R/library/compiler/tests/curexpr.R +96 -0
- package/dist/vfs/usr/lib/R/library/compiler/tests/envir.R +90 -0
- package/dist/vfs/usr/lib/R/library/compiler/tests/jit.R +16 -0
- package/dist/vfs/usr/lib/R/library/compiler/tests/loop.R +26 -0
- package/dist/vfs/usr/lib/R/library/compiler/tests/srcref.R +77 -0
- package/dist/vfs/usr/lib/R/library/compiler/tests/switch.R +98 -0
- package/dist/vfs/usr/lib/R/library/compiler/tests/vischk.R +121 -0
- package/dist/vfs/usr/lib/R/library/datasets/help/AnIndex +109 -0
- package/dist/vfs/usr/lib/R/library/datasets/help/aliases.rds +0 -0
- package/dist/vfs/usr/lib/R/library/datasets/help/datasets.rdb +0 -0
- package/dist/vfs/usr/lib/R/library/datasets/help/datasets.rdx +0 -0
- package/dist/vfs/usr/lib/R/library/datasets/help/paths.rds +0 -0
- package/dist/vfs/usr/lib/R/library/datasets/html/00Index.html +373 -0
- package/dist/vfs/usr/lib/R/library/datasets/html/R.css +130 -0
- package/dist/vfs/usr/lib/R/library/grDevices/afm/ArialMT-Bold.afm.gz +0 -0
- package/dist/vfs/usr/lib/R/library/grDevices/afm/ArialMT-BoldItalic.afm.gz +0 -0
- package/dist/vfs/usr/lib/R/library/grDevices/afm/ArialMT-Italic.afm.gz +0 -0
- package/dist/vfs/usr/lib/R/library/grDevices/afm/ArialMT.afm.gz +0 -0
- package/dist/vfs/usr/lib/R/library/grDevices/afm/CM_boldx_10.afm.gz +0 -0
- package/dist/vfs/usr/lib/R/library/grDevices/afm/CM_boldx_italic_10.afm.gz +0 -0
- package/dist/vfs/usr/lib/R/library/grDevices/afm/CM_italic_10.afm.gz +0 -0
- package/dist/vfs/usr/lib/R/library/grDevices/afm/CM_regular_10.afm.gz +0 -0
- package/dist/vfs/usr/lib/R/library/grDevices/afm/CM_symbol_10.afm.gz +0 -0
- package/dist/vfs/usr/lib/R/library/grDevices/afm/Courier-Bold.afm.gz +0 -0
- package/dist/vfs/usr/lib/R/library/grDevices/afm/Courier-BoldOblique.afm.gz +0 -0
- package/dist/vfs/usr/lib/R/library/grDevices/afm/Courier-Oblique.afm.gz +0 -0
- package/dist/vfs/usr/lib/R/library/grDevices/afm/Courier.afm.gz +0 -0
- package/dist/vfs/usr/lib/R/library/grDevices/afm/Helvetica-Bold.afm.gz +0 -0
- package/dist/vfs/usr/lib/R/library/grDevices/afm/Helvetica-BoldOblique.afm.gz +0 -0
- package/dist/vfs/usr/lib/R/library/grDevices/afm/Helvetica-Oblique.afm.gz +0 -0
- package/dist/vfs/usr/lib/R/library/grDevices/afm/Helvetica.afm.gz +0 -0
- package/dist/vfs/usr/lib/R/library/grDevices/afm/MustRead.html +20 -0
- package/dist/vfs/usr/lib/R/library/grDevices/afm/README +21 -0
- package/dist/vfs/usr/lib/R/library/grDevices/afm/Symbol.afm.gz +0 -0
- package/dist/vfs/usr/lib/R/library/grDevices/afm/Times-Bold.afm.gz +0 -0
- package/dist/vfs/usr/lib/R/library/grDevices/afm/Times-BoldItalic.afm.gz +0 -0
- package/dist/vfs/usr/lib/R/library/grDevices/afm/Times-Italic.afm.gz +0 -0
- package/dist/vfs/usr/lib/R/library/grDevices/afm/Times-Roman.afm.gz +0 -0
- package/dist/vfs/usr/lib/R/library/grDevices/afm/ZapfDingbats.afm.gz +0 -0
- package/dist/vfs/usr/lib/R/library/grDevices/afm/a010013l.afm.gz +0 -0
- package/dist/vfs/usr/lib/R/library/grDevices/afm/a010015l.afm.gz +0 -0
- package/dist/vfs/usr/lib/R/library/grDevices/afm/a010033l.afm.gz +0 -0
- package/dist/vfs/usr/lib/R/library/grDevices/afm/a010035l.afm.gz +0 -0
- package/dist/vfs/usr/lib/R/library/grDevices/afm/agd_____.afm.gz +0 -0
- package/dist/vfs/usr/lib/R/library/grDevices/afm/agdo____.afm.gz +0 -0
- package/dist/vfs/usr/lib/R/library/grDevices/afm/agw_____.afm.gz +0 -0
- package/dist/vfs/usr/lib/R/library/grDevices/afm/agwo____.afm.gz +0 -0
- package/dist/vfs/usr/lib/R/library/grDevices/afm/b018012l.afm.gz +0 -0
- package/dist/vfs/usr/lib/R/library/grDevices/afm/b018015l.afm.gz +0 -0
- package/dist/vfs/usr/lib/R/library/grDevices/afm/b018032l.afm.gz +0 -0
- package/dist/vfs/usr/lib/R/library/grDevices/afm/b018035l.afm.gz +0 -0
- package/dist/vfs/usr/lib/R/library/grDevices/afm/bkd_____.afm.gz +0 -0
- package/dist/vfs/usr/lib/R/library/grDevices/afm/bkdi____.afm.gz +0 -0
- package/dist/vfs/usr/lib/R/library/grDevices/afm/bkl_____.afm.gz +0 -0
- package/dist/vfs/usr/lib/R/library/grDevices/afm/bkli____.afm.gz +0 -0
- package/dist/vfs/usr/lib/R/library/grDevices/afm/c059013l.afm.gz +0 -0
- package/dist/vfs/usr/lib/R/library/grDevices/afm/c059016l.afm.gz +0 -0
- package/dist/vfs/usr/lib/R/library/grDevices/afm/c059033l.afm.gz +0 -0
- package/dist/vfs/usr/lib/R/library/grDevices/afm/c059036l.afm.gz +0 -0
- package/dist/vfs/usr/lib/R/library/grDevices/afm/cmbxti10.afm.gz +0 -0
- package/dist/vfs/usr/lib/R/library/grDevices/afm/cmti10.afm.gz +0 -0
- package/dist/vfs/usr/lib/R/library/grDevices/afm/cob_____.afm.gz +0 -0
- package/dist/vfs/usr/lib/R/library/grDevices/afm/cobo____.afm.gz +0 -0
- package/dist/vfs/usr/lib/R/library/grDevices/afm/com_____.afm.gz +0 -0
- package/dist/vfs/usr/lib/R/library/grDevices/afm/coo_____.afm.gz +0 -0
- package/dist/vfs/usr/lib/R/library/grDevices/afm/hv______.afm.gz +0 -0
- package/dist/vfs/usr/lib/R/library/grDevices/afm/hvb_____.afm.gz +0 -0
- package/dist/vfs/usr/lib/R/library/grDevices/afm/hvbo____.afm.gz +0 -0
- package/dist/vfs/usr/lib/R/library/grDevices/afm/hvn_____.afm.gz +0 -0
- package/dist/vfs/usr/lib/R/library/grDevices/afm/hvnb____.afm.gz +0 -0
- package/dist/vfs/usr/lib/R/library/grDevices/afm/hvnbo___.afm.gz +0 -0
- package/dist/vfs/usr/lib/R/library/grDevices/afm/hvno____.afm.gz +0 -0
- package/dist/vfs/usr/lib/R/library/grDevices/afm/hvo_____.afm.gz +0 -0
- package/dist/vfs/usr/lib/R/library/grDevices/afm/n019003l.afm.gz +0 -0
- package/dist/vfs/usr/lib/R/library/grDevices/afm/n019004l.afm.gz +0 -0
- package/dist/vfs/usr/lib/R/library/grDevices/afm/n019023l.afm.gz +0 -0
- package/dist/vfs/usr/lib/R/library/grDevices/afm/n019024l.afm.gz +0 -0
- package/dist/vfs/usr/lib/R/library/grDevices/afm/n019043l.afm.gz +0 -0
- package/dist/vfs/usr/lib/R/library/grDevices/afm/n019044l.afm.gz +0 -0
- package/dist/vfs/usr/lib/R/library/grDevices/afm/n019063l.afm.gz +0 -0
- package/dist/vfs/usr/lib/R/library/grDevices/afm/n019064l.afm.gz +0 -0
- package/dist/vfs/usr/lib/R/library/grDevices/afm/n021003l.afm.gz +0 -0
- package/dist/vfs/usr/lib/R/library/grDevices/afm/n021004l.afm.gz +0 -0
- package/dist/vfs/usr/lib/R/library/grDevices/afm/n021023l.afm.gz +0 -0
- package/dist/vfs/usr/lib/R/library/grDevices/afm/n021024l.afm.gz +0 -0
- package/dist/vfs/usr/lib/R/library/grDevices/afm/n022003l.afm.gz +0 -0
- package/dist/vfs/usr/lib/R/library/grDevices/afm/n022004l.afm.gz +0 -0
- package/dist/vfs/usr/lib/R/library/grDevices/afm/n022023l.afm.gz +0 -0
- package/dist/vfs/usr/lib/R/library/grDevices/afm/n022024l.afm.gz +0 -0
- package/dist/vfs/usr/lib/R/library/grDevices/afm/ncb_____.afm.gz +0 -0
- package/dist/vfs/usr/lib/R/library/grDevices/afm/ncbi____.afm.gz +0 -0
- package/dist/vfs/usr/lib/R/library/grDevices/afm/nci_____.afm.gz +0 -0
- package/dist/vfs/usr/lib/R/library/grDevices/afm/ncr_____.afm.gz +0 -0
- package/dist/vfs/usr/lib/R/library/grDevices/afm/p052003l.afm.gz +0 -0
- package/dist/vfs/usr/lib/R/library/grDevices/afm/p052004l.afm.gz +0 -0
- package/dist/vfs/usr/lib/R/library/grDevices/afm/p052023l.afm.gz +0 -0
- package/dist/vfs/usr/lib/R/library/grDevices/afm/p052024l.afm.gz +0 -0
- package/dist/vfs/usr/lib/R/library/grDevices/afm/pob_____.afm.gz +0 -0
- package/dist/vfs/usr/lib/R/library/grDevices/afm/pobi____.afm.gz +0 -0
- package/dist/vfs/usr/lib/R/library/grDevices/afm/poi_____.afm.gz +0 -0
- package/dist/vfs/usr/lib/R/library/grDevices/afm/por_____.afm.gz +0 -0
- package/dist/vfs/usr/lib/R/library/grDevices/afm/s050000l.afm.gz +0 -0
- package/dist/vfs/usr/lib/R/library/grDevices/afm/sy______.afm.gz +0 -0
- package/dist/vfs/usr/lib/R/library/grDevices/afm/tib_____.afm.gz +0 -0
- package/dist/vfs/usr/lib/R/library/grDevices/afm/tibi____.afm.gz +0 -0
- package/dist/vfs/usr/lib/R/library/grDevices/afm/tii_____.afm.gz +0 -0
- package/dist/vfs/usr/lib/R/library/grDevices/afm/tir_____.afm.gz +0 -0
- package/dist/vfs/usr/lib/R/library/grDevices/demo/colors.R +108 -0
- package/dist/vfs/usr/lib/R/library/grDevices/demo/hclColors.R +63 -0
- package/dist/vfs/usr/lib/R/library/grDevices/enc/AdobeStd.enc +37 -0
- package/dist/vfs/usr/lib/R/library/grDevices/enc/AdobeSym.enc +42 -0
- package/dist/vfs/usr/lib/R/library/grDevices/enc/CP1250.enc +36 -0
- package/dist/vfs/usr/lib/R/library/grDevices/enc/CP1251.enc +37 -0
- package/dist/vfs/usr/lib/R/library/grDevices/enc/CP1253.enc +37 -0
- package/dist/vfs/usr/lib/R/library/grDevices/enc/CP1257.enc +36 -0
- package/dist/vfs/usr/lib/R/library/grDevices/enc/Cyrillic.enc +40 -0
- package/dist/vfs/usr/lib/R/library/grDevices/enc/Greek.enc +38 -0
- package/dist/vfs/usr/lib/R/library/grDevices/enc/ISOLatin1.enc +39 -0
- package/dist/vfs/usr/lib/R/library/grDevices/enc/ISOLatin2.enc +40 -0
- package/dist/vfs/usr/lib/R/library/grDevices/enc/ISOLatin7.enc +40 -0
- package/dist/vfs/usr/lib/R/library/grDevices/enc/ISOLatin9.enc +39 -0
- package/dist/vfs/usr/lib/R/library/grDevices/enc/KOI8-R.enc +39 -0
- package/dist/vfs/usr/lib/R/library/grDevices/enc/KOI8-U.enc +39 -0
- package/dist/vfs/usr/lib/R/library/grDevices/enc/MacRoman.enc +39 -0
- package/dist/vfs/usr/lib/R/library/grDevices/enc/PDFDoc.enc +39 -0
- package/dist/vfs/usr/lib/R/library/grDevices/enc/TeXtext.enc +39 -0
- package/dist/vfs/usr/lib/R/library/grDevices/enc/WinAnsi.enc +40 -0
- package/dist/vfs/usr/lib/R/library/grDevices/fonts/Montserrat/static/Montserrat-BoldItalic.ttf +0 -0
- package/dist/vfs/usr/lib/R/library/grDevices/fonts/Montserrat/static/Montserrat-Medium.ttf +0 -0
- package/dist/vfs/usr/lib/R/library/grDevices/fonts/Roboto/LICENSE.txt +202 -0
- package/dist/vfs/usr/lib/R/library/grDevices/fonts/Roboto/Roboto-Medium.ttf +0 -0
- package/dist/vfs/usr/lib/R/library/grDevices/help/AnIndex +192 -0
- package/dist/vfs/usr/lib/R/library/grDevices/help/aliases.rds +0 -0
- package/dist/vfs/usr/lib/R/library/grDevices/help/grDevices.rdb +0 -0
- package/dist/vfs/usr/lib/R/library/grDevices/help/grDevices.rdx +0 -0
- package/dist/vfs/usr/lib/R/library/grDevices/help/paths.rds +0 -0
- package/dist/vfs/usr/lib/R/library/grDevices/html/00Index.html +520 -0
- package/dist/vfs/usr/lib/R/library/grDevices/html/R.css +130 -0
- package/dist/vfs/usr/lib/R/library/grDevices/libs/grDevices.so +0 -0
- package/dist/vfs/usr/lib/R/library/grDevices/tests/convertColor-tests.R +47 -0
- package/dist/vfs/usr/lib/R/library/grDevices/tests/grDev-tsts.R +7 -0
- package/dist/vfs/usr/lib/R/library/grDevices/tests/palettes-tests.R +58 -0
- package/dist/vfs/usr/lib/R/library/grDevices/tests/ps-tests.R +39 -0
- package/dist/vfs/usr/lib/R/library/grDevices/tests/ps-tests.Rout.save +98 -0
- package/dist/vfs/usr/lib/R/library/grDevices/tests/saved-recordPlot.R +36 -0
- package/dist/vfs/usr/lib/R/library/grDevices/tests/xfig-tests.R +84 -0
- package/dist/vfs/usr/lib/R/library/grDevices/tests/xfig-tests.Rout.save +105 -0
- package/dist/vfs/usr/lib/R/library/graphics/demo/Hershey.R +394 -0
- package/dist/vfs/usr/lib/R/library/graphics/demo/Japanese.R +716 -0
- package/dist/vfs/usr/lib/R/library/graphics/demo/graphics.R +145 -0
- package/dist/vfs/usr/lib/R/library/graphics/demo/image.R +37 -0
- package/dist/vfs/usr/lib/R/library/graphics/demo/persp.R +86 -0
- package/dist/vfs/usr/lib/R/library/graphics/demo/plotmath.R +197 -0
- package/dist/vfs/usr/lib/R/library/graphics/help/AnIndex +130 -0
- package/dist/vfs/usr/lib/R/library/graphics/help/aliases.rds +0 -0
- package/dist/vfs/usr/lib/R/library/graphics/help/figures/mai.pdf +0 -0
- package/dist/vfs/usr/lib/R/library/graphics/help/figures/mai.png +0 -0
- package/dist/vfs/usr/lib/R/library/graphics/help/figures/oma.pdf +0 -0
- package/dist/vfs/usr/lib/R/library/graphics/help/figures/oma.png +0 -0
- package/dist/vfs/usr/lib/R/library/graphics/help/figures/pch.pdf +0 -0
- package/dist/vfs/usr/lib/R/library/graphics/help/figures/pch.png +0 -0
- package/dist/vfs/usr/lib/R/library/graphics/help/figures/pch.svg +185 -0
- package/dist/vfs/usr/lib/R/library/graphics/help/graphics.rdb +0 -0
- package/dist/vfs/usr/lib/R/library/graphics/help/graphics.rdx +0 -0
- package/dist/vfs/usr/lib/R/library/graphics/help/paths.rds +0 -0
- package/dist/vfs/usr/lib/R/library/graphics/html/00Index.html +222 -0
- package/dist/vfs/usr/lib/R/library/graphics/html/R.css +130 -0
- package/dist/vfs/usr/lib/R/library/grid/doc/DivByZero.txt +50 -0
- package/dist/vfs/usr/lib/R/library/grid/doc/changes.txt +1714 -0
- package/dist/vfs/usr/lib/R/library/grid/doc/displaylist.pdf +0 -0
- package/dist/vfs/usr/lib/R/library/grid/doc/frame.pdf +0 -0
- package/dist/vfs/usr/lib/R/library/grid/doc/grid.pdf +0 -0
- package/dist/vfs/usr/lib/R/library/grid/doc/grobs.pdf +0 -0
- package/dist/vfs/usr/lib/R/library/grid/doc/interactive.pdf +0 -0
- package/dist/vfs/usr/lib/R/library/grid/doc/locndimn.pdf +0 -0
- package/dist/vfs/usr/lib/R/library/grid/doc/moveline.pdf +0 -0
- package/dist/vfs/usr/lib/R/library/grid/doc/nonfinite.pdf +0 -0
- package/dist/vfs/usr/lib/R/library/grid/doc/plotexample.pdf +0 -0
- package/dist/vfs/usr/lib/R/library/grid/doc/rotated.pdf +0 -0
- package/dist/vfs/usr/lib/R/library/grid/doc/saveload.pdf +0 -0
- package/dist/vfs/usr/lib/R/library/grid/doc/sharing.pdf +0 -0
- package/dist/vfs/usr/lib/R/library/grid/doc/viewports.pdf +0 -0
- package/dist/vfs/usr/lib/R/library/grid/help/AnIndex +269 -0
- package/dist/vfs/usr/lib/R/library/grid/help/aliases.rds +0 -0
- package/dist/vfs/usr/lib/R/library/grid/help/grid.rdb +0 -0
- package/dist/vfs/usr/lib/R/library/grid/help/grid.rdx +0 -0
- package/dist/vfs/usr/lib/R/library/grid/help/paths.rds +0 -0
- package/dist/vfs/usr/lib/R/library/grid/html/00Index.html +648 -0
- package/dist/vfs/usr/lib/R/library/grid/html/R.css +130 -0
- package/dist/vfs/usr/lib/R/library/grid/tests/bugs.R +30 -0
- package/dist/vfs/usr/lib/R/library/grid/tests/clippaths.R +418 -0
- package/dist/vfs/usr/lib/R/library/grid/tests/compositing.R +107 -0
- package/dist/vfs/usr/lib/R/library/grid/tests/coords.R +598 -0
- package/dist/vfs/usr/lib/R/library/grid/tests/glyphs.R +325 -0
- package/dist/vfs/usr/lib/R/library/grid/tests/grep.R +49 -0
- package/dist/vfs/usr/lib/R/library/grid/tests/grep.Rout.save +100 -0
- package/dist/vfs/usr/lib/R/library/grid/tests/groups.R +549 -0
- package/dist/vfs/usr/lib/R/library/grid/tests/masks.R +417 -0
- package/dist/vfs/usr/lib/R/library/grid/tests/nesting.R +113 -0
- package/dist/vfs/usr/lib/R/library/grid/tests/paths.R +241 -0
- package/dist/vfs/usr/lib/R/library/grid/tests/patterns.R +1435 -0
- package/dist/vfs/usr/lib/R/library/grid/tests/reg.R +433 -0
- package/dist/vfs/usr/lib/R/library/grid/tests/testls.R +158 -0
- package/dist/vfs/usr/lib/R/library/grid/tests/testls.Rout.save +343 -0
- package/dist/vfs/usr/lib/R/library/grid/tests/units.R +180 -0
- package/dist/vfs/usr/lib/R/library/methods/help/AnIndex +483 -0
- package/dist/vfs/usr/lib/R/library/methods/help/aliases.rds +0 -0
- package/dist/vfs/usr/lib/R/library/methods/help/methods.rdb +0 -0
- package/dist/vfs/usr/lib/R/library/methods/help/methods.rdx +0 -0
- package/dist/vfs/usr/lib/R/library/methods/help/paths.rds +0 -0
- package/dist/vfs/usr/lib/R/library/methods/html/00Index.html +727 -0
- package/dist/vfs/usr/lib/R/library/methods/html/R.css +130 -0
- package/dist/vfs/usr/lib/R/library/methods/tests/S3.R +29 -0
- package/dist/vfs/usr/lib/R/library/methods/tests/basicRefClass.R +530 -0
- package/dist/vfs/usr/lib/R/library/methods/tests/duplicateClass.R +35 -0
- package/dist/vfs/usr/lib/R/library/methods/tests/envRefClass.R +18 -0
- package/dist/vfs/usr/lib/R/library/methods/tests/fieldAssignments.R +30 -0
- package/dist/vfs/usr/lib/R/library/methods/tests/mixinInitialize.R +86 -0
- package/dist/vfs/usr/lib/R/library/methods/tests/namesAndSlots.R +18 -0
- package/dist/vfs/usr/lib/R/library/methods/tests/nextWithDots.R +21 -0
- package/dist/vfs/usr/lib/R/library/methods/tests/refClassExample.R +51 -0
- package/dist/vfs/usr/lib/R/library/methods/tests/testConditionalIs.R +38 -0
- package/dist/vfs/usr/lib/R/library/methods/tests/testGroupGeneric.R +83 -0
- package/dist/vfs/usr/lib/R/library/methods/tests/testIs.R +61 -0
- package/dist/vfs/usr/lib/R/library/parallel/DESCRIPTION +16 -0
- package/dist/vfs/usr/lib/R/library/parallel/INDEX +16 -0
- package/dist/vfs/usr/lib/R/library/parallel/Meta/Rd.rds +0 -0
- package/dist/vfs/usr/lib/R/library/parallel/Meta/features.rds +0 -0
- package/dist/vfs/usr/lib/R/library/parallel/Meta/hsearch.rds +0 -0
- package/dist/vfs/usr/lib/R/library/parallel/Meta/links.rds +0 -0
- package/dist/vfs/usr/lib/R/library/parallel/Meta/nsInfo.rds +0 -0
- package/dist/vfs/usr/lib/R/library/parallel/Meta/package.rds +0 -0
- package/dist/vfs/usr/lib/R/library/parallel/NAMESPACE +42 -0
- package/dist/vfs/usr/lib/R/library/parallel/R/parallel +27 -0
- package/dist/vfs/usr/lib/R/library/parallel/R/parallel.rdb +0 -0
- package/dist/vfs/usr/lib/R/library/parallel/R/parallel.rdx +0 -0
- package/dist/vfs/usr/lib/R/library/parallel/doc/parallel.pdf +0 -0
- package/dist/vfs/usr/lib/R/library/parallel/help/AnIndex +45 -0
- package/dist/vfs/usr/lib/R/library/parallel/help/aliases.rds +0 -0
- package/dist/vfs/usr/lib/R/library/parallel/help/parallel.rdb +0 -0
- package/dist/vfs/usr/lib/R/library/parallel/help/parallel.rdx +0 -0
- package/dist/vfs/usr/lib/R/library/parallel/help/paths.rds +0 -0
- package/dist/vfs/usr/lib/R/library/parallel/html/00Index.html +116 -0
- package/dist/vfs/usr/lib/R/library/parallel/html/R.css +130 -0
- package/dist/vfs/usr/lib/R/library/parallel/libs/parallel.so +0 -0
- package/dist/vfs/usr/lib/R/library/parallel/tests/Master.R +36 -0
- package/dist/vfs/usr/lib/R/library/parallel/tests/RSeed.R +25 -0
- package/dist/vfs/usr/lib/R/library/parallel/tests/multicore1.RR +10 -0
- package/dist/vfs/usr/lib/R/library/parallel/tests/multicore2.RR +15 -0
- package/dist/vfs/usr/lib/R/library/parallel/tests/multicore2.Rout.save +47 -0
- package/dist/vfs/usr/lib/R/library/parallel/tests/multicore3.RR +9 -0
- package/dist/vfs/usr/lib/R/library/parallel/tests/snow1.RR +41 -0
- package/dist/vfs/usr/lib/R/library/parallel/tests/snow2.RR +20 -0
- package/dist/vfs/usr/lib/R/library/parallel/tests/snow2.Rout.save +53 -0
- package/dist/vfs/usr/lib/R/library/splines/help/AnIndex +22 -0
- package/dist/vfs/usr/lib/R/library/splines/help/aliases.rds +0 -0
- package/dist/vfs/usr/lib/R/library/splines/help/paths.rds +0 -0
- package/dist/vfs/usr/lib/R/library/splines/help/splines.rdb +0 -0
- package/dist/vfs/usr/lib/R/library/splines/help/splines.rdx +0 -0
- package/dist/vfs/usr/lib/R/library/splines/html/00Index.html +69 -0
- package/dist/vfs/usr/lib/R/library/splines/html/R.css +130 -0
- package/dist/vfs/usr/lib/R/library/splines/tests/sparse-tst.R +35 -0
- package/dist/vfs/usr/lib/R/library/splines/tests/spline-tst.R +296 -0
- package/dist/vfs/usr/lib/R/library/stats/demo/glm.vr.R +24 -0
- package/dist/vfs/usr/lib/R/library/stats/demo/lm.glm.R +144 -0
- package/dist/vfs/usr/lib/R/library/stats/demo/nlm.R +110 -0
- package/dist/vfs/usr/lib/R/library/stats/demo/smooth.R +39 -0
- package/dist/vfs/usr/lib/R/library/stats/help/AnIndex +780 -0
- package/dist/vfs/usr/lib/R/library/stats/help/aliases.rds +0 -0
- package/dist/vfs/usr/lib/R/library/stats/help/paths.rds +0 -0
- package/dist/vfs/usr/lib/R/library/stats/help/stats.rdb +0 -0
- package/dist/vfs/usr/lib/R/library/stats/help/stats.rdx +0 -0
- package/dist/vfs/usr/lib/R/library/stats/html/00Index.html +1354 -0
- package/dist/vfs/usr/lib/R/library/stats/html/R.css +130 -0
- package/dist/vfs/usr/lib/R/library/stats/tests/NLSstClosest.R +12 -0
- package/dist/vfs/usr/lib/R/library/stats/tests/anorexia.rda +0 -0
- package/dist/vfs/usr/lib/R/library/stats/tests/arimaML.R +265 -0
- package/dist/vfs/usr/lib/R/library/stats/tests/bandwidth.R +19 -0
- package/dist/vfs/usr/lib/R/library/stats/tests/bandwidth.Rout.save +49 -0
- package/dist/vfs/usr/lib/R/library/stats/tests/birthwt.rda +0 -0
- package/dist/vfs/usr/lib/R/library/stats/tests/cmdscale.R +10 -0
- package/dist/vfs/usr/lib/R/library/stats/tests/drop1-polr.R +30 -0
- package/dist/vfs/usr/lib/R/library/stats/tests/glm-etc.R +162 -0
- package/dist/vfs/usr/lib/R/library/stats/tests/glm.R +82 -0
- package/dist/vfs/usr/lib/R/library/stats/tests/glm.Rout.save +194 -0
- package/dist/vfs/usr/lib/R/library/stats/tests/hills.rds +0 -0
- package/dist/vfs/usr/lib/R/library/stats/tests/ig_glm.R +68 -0
- package/dist/vfs/usr/lib/R/library/stats/tests/ks-test.R +116 -0
- package/dist/vfs/usr/lib/R/library/stats/tests/ks-test.Rout.save +365 -0
- package/dist/vfs/usr/lib/R/library/stats/tests/nafns.R +136 -0
- package/dist/vfs/usr/lib/R/library/stats/tests/nlm.R +107 -0
- package/dist/vfs/usr/lib/R/library/stats/tests/nls.R +389 -0
- package/dist/vfs/usr/lib/R/library/stats/tests/nls.Rout.save +828 -0
- package/dist/vfs/usr/lib/R/library/stats/tests/offsets.R +39 -0
- package/dist/vfs/usr/lib/R/library/stats/tests/ppr.R +6 -0
- package/dist/vfs/usr/lib/R/library/stats/tests/ppr_test.csv +443 -0
- package/dist/vfs/usr/lib/R/library/stats/tests/simulate.R +87 -0
- package/dist/vfs/usr/lib/R/library/stats/tests/simulate.Rout.save +417 -0
- package/dist/vfs/usr/lib/R/library/stats/tests/smooth.spline.R +188 -0
- package/dist/vfs/usr/lib/R/library/stats/tests/table-margins.R +20 -0
- package/dist/vfs/usr/lib/R/library/stats/tests/ts-tests.R +180 -0
- package/dist/vfs/usr/lib/R/library/stats4/help/AnIndex +36 -0
- package/dist/vfs/usr/lib/R/library/stats4/help/aliases.rds +0 -0
- package/dist/vfs/usr/lib/R/library/stats4/help/paths.rds +0 -0
- package/dist/vfs/usr/lib/R/library/stats4/help/stats4.rdb +0 -0
- package/dist/vfs/usr/lib/R/library/stats4/help/stats4.rdx +0 -0
- package/dist/vfs/usr/lib/R/library/stats4/html/00Index.html +75 -0
- package/dist/vfs/usr/lib/R/library/stats4/html/R.css +130 -0
- package/dist/vfs/usr/lib/R/library/stats4/tests/confint.R +23 -0
- package/dist/vfs/usr/lib/R/library/tcltk/DESCRIPTION +12 -0
- package/dist/vfs/usr/lib/R/library/tcltk/INDEX +13 -0
- package/dist/vfs/usr/lib/R/library/tcltk/Meta/Rd.rds +0 -0
- package/dist/vfs/usr/lib/R/library/tcltk/Meta/demo.rds +0 -0
- package/dist/vfs/usr/lib/R/library/tcltk/Meta/features.rds +0 -0
- package/dist/vfs/usr/lib/R/library/tcltk/Meta/hsearch.rds +0 -0
- package/dist/vfs/usr/lib/R/library/tcltk/Meta/links.rds +0 -0
- package/dist/vfs/usr/lib/R/library/tcltk/Meta/nsInfo.rds +0 -0
- package/dist/vfs/usr/lib/R/library/tcltk/Meta/package.rds +0 -0
- package/dist/vfs/usr/lib/R/library/tcltk/NAMESPACE +36 -0
- package/dist/vfs/usr/lib/R/library/tcltk/R/tcltk +20 -0
- package/dist/vfs/usr/lib/R/library/tcltk/demo/tkcanvas.R +151 -0
- package/dist/vfs/usr/lib/R/library/tcltk/demo/tkdensity.R +104 -0
- package/dist/vfs/usr/lib/R/library/tcltk/demo/tkfaq.R +32 -0
- package/dist/vfs/usr/lib/R/library/tcltk/demo/tkttest.R +89 -0
- package/dist/vfs/usr/lib/R/library/tcltk/exec/Tk-frontend.R +25 -0
- package/dist/vfs/usr/lib/R/library/tcltk/exec/console.tcl +79 -0
- package/dist/vfs/usr/lib/R/library/tcltk/exec/hierarchy.tcl +1271 -0
- package/dist/vfs/usr/lib/R/library/tcltk/exec/pkgIndex.tcl +50 -0
- package/dist/vfs/usr/lib/R/library/tcltk/exec/progressbar.tcl +2435 -0
- package/dist/vfs/usr/lib/R/library/tcltk/exec/util-dump.tcl +660 -0
- package/dist/vfs/usr/lib/R/library/tcltk/exec/util-expand.tcl +207 -0
- package/dist/vfs/usr/lib/R/library/tcltk/exec/util-number.tcl +101 -0
- package/dist/vfs/usr/lib/R/library/tcltk/exec/util-string.tcl +149 -0
- package/dist/vfs/usr/lib/R/library/tcltk/exec/util-tk.tcl +244 -0
- package/dist/vfs/usr/lib/R/library/tcltk/exec/util.tcl +895 -0
- package/dist/vfs/usr/lib/R/library/tcltk/exec/widget.tcl +975 -0
- package/dist/vfs/usr/lib/R/library/tcltk/help/AnIndex +305 -0
- package/dist/vfs/usr/lib/R/library/tcltk/help/aliases.rds +0 -0
- package/dist/vfs/usr/lib/R/library/tcltk/help/paths.rds +0 -0
- package/dist/vfs/usr/lib/R/library/tcltk/help/tcltk.rdb +0 -0
- package/dist/vfs/usr/lib/R/library/tcltk/help/tcltk.rdx +0 -0
- package/dist/vfs/usr/lib/R/library/tcltk/html/00Index.html +680 -0
- package/dist/vfs/usr/lib/R/library/tcltk/html/R.css +130 -0
- package/dist/vfs/usr/lib/R/library/tools/help/AnIndex +160 -0
- package/dist/vfs/usr/lib/R/library/tools/help/aliases.rds +0 -0
- package/dist/vfs/usr/lib/R/library/tools/help/paths.rds +0 -0
- package/dist/vfs/usr/lib/R/library/tools/help/tools.rdb +0 -0
- package/dist/vfs/usr/lib/R/library/tools/help/tools.rdx +0 -0
- package/dist/vfs/usr/lib/R/library/tools/html/00Index.html +455 -0
- package/dist/vfs/usr/lib/R/library/tools/html/R.css +130 -0
- package/dist/vfs/usr/lib/R/library/tools/tests/QC.R +34 -0
- package/dist/vfs/usr/lib/R/library/tools/tests/Rd-Sexpr-error.Rd +8 -0
- package/dist/vfs/usr/lib/R/library/tools/tests/Rd-Sexpr-hide-empty.Rd +18 -0
- package/dist/vfs/usr/lib/R/library/tools/tests/Rd-Sexpr-warning.Rd +6 -0
- package/dist/vfs/usr/lib/R/library/tools/tests/Rd.R +53 -0
- package/dist/vfs/usr/lib/R/library/tools/tests/Rd2HTML.R +52 -0
- package/dist/vfs/usr/lib/R/library/tools/tests/S3.R +8 -0
- package/dist/vfs/usr/lib/R/library/tools/tests/doi.Rd +8 -0
- package/dist/vfs/usr/lib/R/library/tools/tests/undoc.R +4 -0
- package/dist/vfs/usr/lib/R/library/translations/DESCRIPTION +7 -0
- package/dist/vfs/usr/lib/R/library/translations/Meta/features.rds +0 -0
- package/dist/vfs/usr/lib/R/library/translations/Meta/package.rds +0 -0
- package/dist/vfs/usr/lib/R/library/translations/da/LC_MESSAGES/R-base.mo +0 -0
- package/dist/vfs/usr/lib/R/library/translations/da/LC_MESSAGES/R-compiler.mo +0 -0
- package/dist/vfs/usr/lib/R/library/translations/da/LC_MESSAGES/R-grDevices.mo +0 -0
- package/dist/vfs/usr/lib/R/library/translations/da/LC_MESSAGES/R-graphics.mo +0 -0
- package/dist/vfs/usr/lib/R/library/translations/da/LC_MESSAGES/R-grid.mo +0 -0
- package/dist/vfs/usr/lib/R/library/translations/da/LC_MESSAGES/R-methods.mo +0 -0
- package/dist/vfs/usr/lib/R/library/translations/da/LC_MESSAGES/R-parallel.mo +0 -0
- package/dist/vfs/usr/lib/R/library/translations/da/LC_MESSAGES/R-splines.mo +0 -0
- package/dist/vfs/usr/lib/R/library/translations/da/LC_MESSAGES/R-stats.mo +0 -0
- package/dist/vfs/usr/lib/R/library/translations/da/LC_MESSAGES/R-stats4.mo +0 -0
- package/dist/vfs/usr/lib/R/library/translations/da/LC_MESSAGES/R-tcltk.mo +0 -0
- package/dist/vfs/usr/lib/R/library/translations/da/LC_MESSAGES/R-tools.mo +0 -0
- package/dist/vfs/usr/lib/R/library/translations/da/LC_MESSAGES/R-utils.mo +0 -0
- package/dist/vfs/usr/lib/R/library/translations/da/LC_MESSAGES/R.mo +0 -0
- package/dist/vfs/usr/lib/R/library/translations/da/LC_MESSAGES/RGui.mo +0 -0
- package/dist/vfs/usr/lib/R/library/translations/da/LC_MESSAGES/grDevices.mo +0 -0
- package/dist/vfs/usr/lib/R/library/translations/da/LC_MESSAGES/graphics.mo +0 -0
- package/dist/vfs/usr/lib/R/library/translations/da/LC_MESSAGES/grid.mo +0 -0
- package/dist/vfs/usr/lib/R/library/translations/da/LC_MESSAGES/methods.mo +0 -0
- package/dist/vfs/usr/lib/R/library/translations/da/LC_MESSAGES/parallel.mo +0 -0
- package/dist/vfs/usr/lib/R/library/translations/da/LC_MESSAGES/splines.mo +0 -0
- package/dist/vfs/usr/lib/R/library/translations/da/LC_MESSAGES/stats.mo +0 -0
- package/dist/vfs/usr/lib/R/library/translations/da/LC_MESSAGES/tcltk.mo +0 -0
- package/dist/vfs/usr/lib/R/library/translations/da/LC_MESSAGES/tools.mo +0 -0
- package/dist/vfs/usr/lib/R/library/translations/de/LC_MESSAGES/R-base.mo +0 -0
- package/dist/vfs/usr/lib/R/library/translations/de/LC_MESSAGES/R-compiler.mo +0 -0
- package/dist/vfs/usr/lib/R/library/translations/de/LC_MESSAGES/R-grDevices.mo +0 -0
- package/dist/vfs/usr/lib/R/library/translations/de/LC_MESSAGES/R-graphics.mo +0 -0
- package/dist/vfs/usr/lib/R/library/translations/de/LC_MESSAGES/R-grid.mo +0 -0
- package/dist/vfs/usr/lib/R/library/translations/de/LC_MESSAGES/R-methods.mo +0 -0
- package/dist/vfs/usr/lib/R/library/translations/de/LC_MESSAGES/R-parallel.mo +0 -0
- package/dist/vfs/usr/lib/R/library/translations/de/LC_MESSAGES/R-splines.mo +0 -0
- package/dist/vfs/usr/lib/R/library/translations/de/LC_MESSAGES/R-stats.mo +0 -0
- package/dist/vfs/usr/lib/R/library/translations/de/LC_MESSAGES/R-stats4.mo +0 -0
- package/dist/vfs/usr/lib/R/library/translations/de/LC_MESSAGES/R-tcltk.mo +0 -0
- package/dist/vfs/usr/lib/R/library/translations/de/LC_MESSAGES/R-tools.mo +0 -0
- package/dist/vfs/usr/lib/R/library/translations/de/LC_MESSAGES/R-utils.mo +0 -0
- package/dist/vfs/usr/lib/R/library/translations/de/LC_MESSAGES/R.mo +0 -0
- package/dist/vfs/usr/lib/R/library/translations/de/LC_MESSAGES/RGui.mo +0 -0
- package/dist/vfs/usr/lib/R/library/translations/de/LC_MESSAGES/grDevices.mo +0 -0
- package/dist/vfs/usr/lib/R/library/translations/de/LC_MESSAGES/graphics.mo +0 -0
- package/dist/vfs/usr/lib/R/library/translations/de/LC_MESSAGES/grid.mo +0 -0
- package/dist/vfs/usr/lib/R/library/translations/de/LC_MESSAGES/methods.mo +0 -0
- package/dist/vfs/usr/lib/R/library/translations/de/LC_MESSAGES/parallel.mo +0 -0
- package/dist/vfs/usr/lib/R/library/translations/de/LC_MESSAGES/splines.mo +0 -0
- package/dist/vfs/usr/lib/R/library/translations/de/LC_MESSAGES/stats.mo +0 -0
- package/dist/vfs/usr/lib/R/library/translations/de/LC_MESSAGES/tcltk.mo +0 -0
- package/dist/vfs/usr/lib/R/library/translations/de/LC_MESSAGES/tools.mo +0 -0
- package/dist/vfs/usr/lib/R/library/translations/de/LC_MESSAGES/utils.mo +0 -0
- package/dist/vfs/usr/lib/R/library/translations/en/LC_MESSAGES/R.mo +0 -0
- package/dist/vfs/usr/lib/R/library/translations/en@quot/LC_MESSAGES/R-base.mo +0 -0
- package/dist/vfs/usr/lib/R/library/translations/en@quot/LC_MESSAGES/R-compiler.mo +0 -0
- package/dist/vfs/usr/lib/R/library/translations/en@quot/LC_MESSAGES/R-grDevices.mo +0 -0
- package/dist/vfs/usr/lib/R/library/translations/en@quot/LC_MESSAGES/R-graphics.mo +0 -0
- package/dist/vfs/usr/lib/R/library/translations/en@quot/LC_MESSAGES/R-grid.mo +0 -0
- package/dist/vfs/usr/lib/R/library/translations/en@quot/LC_MESSAGES/R-methods.mo +0 -0
- package/dist/vfs/usr/lib/R/library/translations/en@quot/LC_MESSAGES/R-parallel.mo +0 -0
- package/dist/vfs/usr/lib/R/library/translations/en@quot/LC_MESSAGES/R-splines.mo +0 -0
- package/dist/vfs/usr/lib/R/library/translations/en@quot/LC_MESSAGES/R-stats.mo +0 -0
- package/dist/vfs/usr/lib/R/library/translations/en@quot/LC_MESSAGES/R-stats4.mo +0 -0
- package/dist/vfs/usr/lib/R/library/translations/en@quot/LC_MESSAGES/R-tcltk.mo +0 -0
- package/dist/vfs/usr/lib/R/library/translations/en@quot/LC_MESSAGES/R-tools.mo +0 -0
- package/dist/vfs/usr/lib/R/library/translations/en@quot/LC_MESSAGES/R-utils.mo +0 -0
- package/dist/vfs/usr/lib/R/library/translations/en@quot/LC_MESSAGES/R.mo +0 -0
- package/dist/vfs/usr/lib/R/library/translations/en@quot/LC_MESSAGES/grDevices.mo +0 -0
- package/dist/vfs/usr/lib/R/library/translations/en@quot/LC_MESSAGES/graphics.mo +0 -0
- package/dist/vfs/usr/lib/R/library/translations/en@quot/LC_MESSAGES/grid.mo +0 -0
- package/dist/vfs/usr/lib/R/library/translations/en@quot/LC_MESSAGES/methods.mo +0 -0
- package/dist/vfs/usr/lib/R/library/translations/en@quot/LC_MESSAGES/parallel.mo +0 -0
- package/dist/vfs/usr/lib/R/library/translations/en@quot/LC_MESSAGES/splines.mo +0 -0
- package/dist/vfs/usr/lib/R/library/translations/en@quot/LC_MESSAGES/stats.mo +0 -0
- package/dist/vfs/usr/lib/R/library/translations/en@quot/LC_MESSAGES/tcltk.mo +0 -0
- package/dist/vfs/usr/lib/R/library/translations/en@quot/LC_MESSAGES/tools.mo +0 -0
- package/dist/vfs/usr/lib/R/library/translations/en@quot/LC_MESSAGES/utils.mo +0 -0
- package/dist/vfs/usr/lib/R/library/translations/en_GB/LC_MESSAGES/R-grDevices.mo +0 -0
- package/dist/vfs/usr/lib/R/library/translations/en_GB/LC_MESSAGES/R.mo +0 -0
- package/dist/vfs/usr/lib/R/library/translations/en_GB/LC_MESSAGES/grDevices.mo +0 -0
- package/dist/vfs/usr/lib/R/library/translations/es/LC_MESSAGES/R.mo +0 -0
- package/dist/vfs/usr/lib/R/library/translations/es/LC_MESSAGES/RGui.mo +0 -0
- package/dist/vfs/usr/lib/R/library/translations/es/LC_MESSAGES/graphics.mo +0 -0
- package/dist/vfs/usr/lib/R/library/translations/fa/LC_MESSAGES/R-base.mo +0 -0
- package/dist/vfs/usr/lib/R/library/translations/fa/LC_MESSAGES/R-utils.mo +0 -0
- package/dist/vfs/usr/lib/R/library/translations/fa/LC_MESSAGES/R.mo +0 -0
- package/dist/vfs/usr/lib/R/library/translations/fa/LC_MESSAGES/RGui.mo +0 -0
- package/dist/vfs/usr/lib/R/library/translations/fr/LC_MESSAGES/R-base.mo +0 -0
- package/dist/vfs/usr/lib/R/library/translations/fr/LC_MESSAGES/R-compiler.mo +0 -0
- package/dist/vfs/usr/lib/R/library/translations/fr/LC_MESSAGES/R-grDevices.mo +0 -0
- package/dist/vfs/usr/lib/R/library/translations/fr/LC_MESSAGES/R-graphics.mo +0 -0
- package/dist/vfs/usr/lib/R/library/translations/fr/LC_MESSAGES/R-grid.mo +0 -0
- package/dist/vfs/usr/lib/R/library/translations/fr/LC_MESSAGES/R-methods.mo +0 -0
- package/dist/vfs/usr/lib/R/library/translations/fr/LC_MESSAGES/R-parallel.mo +0 -0
- package/dist/vfs/usr/lib/R/library/translations/fr/LC_MESSAGES/R-splines.mo +0 -0
- package/dist/vfs/usr/lib/R/library/translations/fr/LC_MESSAGES/R-stats.mo +0 -0
- package/dist/vfs/usr/lib/R/library/translations/fr/LC_MESSAGES/R-stats4.mo +0 -0
- package/dist/vfs/usr/lib/R/library/translations/fr/LC_MESSAGES/R-tcltk.mo +0 -0
- package/dist/vfs/usr/lib/R/library/translations/fr/LC_MESSAGES/R-tools.mo +0 -0
- package/dist/vfs/usr/lib/R/library/translations/fr/LC_MESSAGES/R-utils.mo +0 -0
- package/dist/vfs/usr/lib/R/library/translations/fr/LC_MESSAGES/R.mo +0 -0
- package/dist/vfs/usr/lib/R/library/translations/fr/LC_MESSAGES/RGui.mo +0 -0
- package/dist/vfs/usr/lib/R/library/translations/fr/LC_MESSAGES/grDevices.mo +0 -0
- package/dist/vfs/usr/lib/R/library/translations/fr/LC_MESSAGES/graphics.mo +0 -0
- package/dist/vfs/usr/lib/R/library/translations/fr/LC_MESSAGES/grid.mo +0 -0
- package/dist/vfs/usr/lib/R/library/translations/fr/LC_MESSAGES/methods.mo +0 -0
- package/dist/vfs/usr/lib/R/library/translations/fr/LC_MESSAGES/parallel.mo +0 -0
- package/dist/vfs/usr/lib/R/library/translations/fr/LC_MESSAGES/splines.mo +0 -0
- package/dist/vfs/usr/lib/R/library/translations/fr/LC_MESSAGES/stats.mo +0 -0
- package/dist/vfs/usr/lib/R/library/translations/fr/LC_MESSAGES/tcltk.mo +0 -0
- package/dist/vfs/usr/lib/R/library/translations/fr/LC_MESSAGES/tools.mo +0 -0
- package/dist/vfs/usr/lib/R/library/translations/fr/LC_MESSAGES/utils.mo +0 -0
- package/dist/vfs/usr/lib/R/library/translations/it/LC_MESSAGES/R-base.mo +0 -0
- package/dist/vfs/usr/lib/R/library/translations/it/LC_MESSAGES/R-compiler.mo +0 -0
- package/dist/vfs/usr/lib/R/library/translations/it/LC_MESSAGES/R-grDevices.mo +0 -0
- package/dist/vfs/usr/lib/R/library/translations/it/LC_MESSAGES/R-graphics.mo +0 -0
- package/dist/vfs/usr/lib/R/library/translations/it/LC_MESSAGES/R-grid.mo +0 -0
- package/dist/vfs/usr/lib/R/library/translations/it/LC_MESSAGES/R-methods.mo +0 -0
- package/dist/vfs/usr/lib/R/library/translations/it/LC_MESSAGES/R-parallel.mo +0 -0
- package/dist/vfs/usr/lib/R/library/translations/it/LC_MESSAGES/R-splines.mo +0 -0
- package/dist/vfs/usr/lib/R/library/translations/it/LC_MESSAGES/R-stats.mo +0 -0
- package/dist/vfs/usr/lib/R/library/translations/it/LC_MESSAGES/R-stats4.mo +0 -0
- package/dist/vfs/usr/lib/R/library/translations/it/LC_MESSAGES/R-tcltk.mo +0 -0
- package/dist/vfs/usr/lib/R/library/translations/it/LC_MESSAGES/R-tools.mo +0 -0
- package/dist/vfs/usr/lib/R/library/translations/it/LC_MESSAGES/R-utils.mo +0 -0
- package/dist/vfs/usr/lib/R/library/translations/it/LC_MESSAGES/R.mo +0 -0
- package/dist/vfs/usr/lib/R/library/translations/it/LC_MESSAGES/RGui.mo +0 -0
- package/dist/vfs/usr/lib/R/library/translations/it/LC_MESSAGES/grDevices.mo +0 -0
- package/dist/vfs/usr/lib/R/library/translations/it/LC_MESSAGES/graphics.mo +0 -0
- package/dist/vfs/usr/lib/R/library/translations/it/LC_MESSAGES/grid.mo +0 -0
- package/dist/vfs/usr/lib/R/library/translations/it/LC_MESSAGES/methods.mo +0 -0
- package/dist/vfs/usr/lib/R/library/translations/it/LC_MESSAGES/parallel.mo +0 -0
- package/dist/vfs/usr/lib/R/library/translations/it/LC_MESSAGES/splines.mo +0 -0
- package/dist/vfs/usr/lib/R/library/translations/it/LC_MESSAGES/stats.mo +0 -0
- package/dist/vfs/usr/lib/R/library/translations/it/LC_MESSAGES/tcltk.mo +0 -0
- package/dist/vfs/usr/lib/R/library/translations/it/LC_MESSAGES/tools.mo +0 -0
- package/dist/vfs/usr/lib/R/library/translations/it/LC_MESSAGES/utils.mo +0 -0
- package/dist/vfs/usr/lib/R/library/translations/ja/LC_MESSAGES/R-base.mo +0 -0
- package/dist/vfs/usr/lib/R/library/translations/ja/LC_MESSAGES/R-compiler.mo +0 -0
- package/dist/vfs/usr/lib/R/library/translations/ja/LC_MESSAGES/R-grDevices.mo +0 -0
- package/dist/vfs/usr/lib/R/library/translations/ja/LC_MESSAGES/R-graphics.mo +0 -0
- package/dist/vfs/usr/lib/R/library/translations/ja/LC_MESSAGES/R-grid.mo +0 -0
- package/dist/vfs/usr/lib/R/library/translations/ja/LC_MESSAGES/R-methods.mo +0 -0
- package/dist/vfs/usr/lib/R/library/translations/ja/LC_MESSAGES/R-splines.mo +0 -0
- package/dist/vfs/usr/lib/R/library/translations/ja/LC_MESSAGES/R-stats.mo +0 -0
- package/dist/vfs/usr/lib/R/library/translations/ja/LC_MESSAGES/R-stats4.mo +0 -0
- package/dist/vfs/usr/lib/R/library/translations/ja/LC_MESSAGES/R-tcltk.mo +0 -0
- package/dist/vfs/usr/lib/R/library/translations/ja/LC_MESSAGES/R-tools.mo +0 -0
- package/dist/vfs/usr/lib/R/library/translations/ja/LC_MESSAGES/R-utils.mo +0 -0
- package/dist/vfs/usr/lib/R/library/translations/ja/LC_MESSAGES/R.mo +0 -0
- package/dist/vfs/usr/lib/R/library/translations/ja/LC_MESSAGES/RGui.mo +0 -0
- package/dist/vfs/usr/lib/R/library/translations/ja/LC_MESSAGES/grDevices.mo +0 -0
- package/dist/vfs/usr/lib/R/library/translations/ja/LC_MESSAGES/graphics.mo +0 -0
- package/dist/vfs/usr/lib/R/library/translations/ja/LC_MESSAGES/grid.mo +0 -0
- package/dist/vfs/usr/lib/R/library/translations/ja/LC_MESSAGES/methods.mo +0 -0
- package/dist/vfs/usr/lib/R/library/translations/ja/LC_MESSAGES/splines.mo +0 -0
- package/dist/vfs/usr/lib/R/library/translations/ja/LC_MESSAGES/stats.mo +0 -0
- package/dist/vfs/usr/lib/R/library/translations/ja/LC_MESSAGES/tcltk.mo +0 -0
- package/dist/vfs/usr/lib/R/library/translations/ja/LC_MESSAGES/tools.mo +0 -0
- package/dist/vfs/usr/lib/R/library/translations/ko/LC_MESSAGES/R-base.mo +0 -0
- package/dist/vfs/usr/lib/R/library/translations/ko/LC_MESSAGES/R-compiler.mo +0 -0
- package/dist/vfs/usr/lib/R/library/translations/ko/LC_MESSAGES/R-grDevices.mo +0 -0
- package/dist/vfs/usr/lib/R/library/translations/ko/LC_MESSAGES/R-graphics.mo +0 -0
- package/dist/vfs/usr/lib/R/library/translations/ko/LC_MESSAGES/R-grid.mo +0 -0
- package/dist/vfs/usr/lib/R/library/translations/ko/LC_MESSAGES/R-methods.mo +0 -0
- package/dist/vfs/usr/lib/R/library/translations/ko/LC_MESSAGES/R-parallel.mo +0 -0
- package/dist/vfs/usr/lib/R/library/translations/ko/LC_MESSAGES/R-splines.mo +0 -0
- package/dist/vfs/usr/lib/R/library/translations/ko/LC_MESSAGES/R-stats.mo +0 -0
- package/dist/vfs/usr/lib/R/library/translations/ko/LC_MESSAGES/R-stats4.mo +0 -0
- package/dist/vfs/usr/lib/R/library/translations/ko/LC_MESSAGES/R-tcltk.mo +0 -0
- package/dist/vfs/usr/lib/R/library/translations/ko/LC_MESSAGES/R-tools.mo +0 -0
- package/dist/vfs/usr/lib/R/library/translations/ko/LC_MESSAGES/R-utils.mo +0 -0
- package/dist/vfs/usr/lib/R/library/translations/ko/LC_MESSAGES/R.mo +0 -0
- package/dist/vfs/usr/lib/R/library/translations/ko/LC_MESSAGES/RGui.mo +0 -0
- package/dist/vfs/usr/lib/R/library/translations/ko/LC_MESSAGES/grDevices.mo +0 -0
- package/dist/vfs/usr/lib/R/library/translations/ko/LC_MESSAGES/graphics.mo +0 -0
- package/dist/vfs/usr/lib/R/library/translations/ko/LC_MESSAGES/grid.mo +0 -0
- package/dist/vfs/usr/lib/R/library/translations/ko/LC_MESSAGES/methods.mo +0 -0
- package/dist/vfs/usr/lib/R/library/translations/ko/LC_MESSAGES/parallel.mo +0 -0
- package/dist/vfs/usr/lib/R/library/translations/ko/LC_MESSAGES/splines.mo +0 -0
- package/dist/vfs/usr/lib/R/library/translations/ko/LC_MESSAGES/stats.mo +0 -0
- package/dist/vfs/usr/lib/R/library/translations/ko/LC_MESSAGES/tcltk.mo +0 -0
- package/dist/vfs/usr/lib/R/library/translations/ko/LC_MESSAGES/tools.mo +0 -0
- package/dist/vfs/usr/lib/R/library/translations/ko/LC_MESSAGES/utils.mo +0 -0
- package/dist/vfs/usr/lib/R/library/translations/lt/LC_MESSAGES/R-base.mo +0 -0
- package/dist/vfs/usr/lib/R/library/translations/lt/LC_MESSAGES/R-compiler.mo +0 -0
- package/dist/vfs/usr/lib/R/library/translations/lt/LC_MESSAGES/R-grDevices.mo +0 -0
- package/dist/vfs/usr/lib/R/library/translations/lt/LC_MESSAGES/R-graphics.mo +0 -0
- package/dist/vfs/usr/lib/R/library/translations/lt/LC_MESSAGES/R-grid.mo +0 -0
- package/dist/vfs/usr/lib/R/library/translations/lt/LC_MESSAGES/R-methods.mo +0 -0
- package/dist/vfs/usr/lib/R/library/translations/lt/LC_MESSAGES/R-parallel.mo +0 -0
- package/dist/vfs/usr/lib/R/library/translations/lt/LC_MESSAGES/R-splines.mo +0 -0
- package/dist/vfs/usr/lib/R/library/translations/lt/LC_MESSAGES/R-stats.mo +0 -0
- package/dist/vfs/usr/lib/R/library/translations/lt/LC_MESSAGES/R-stats4.mo +0 -0
- package/dist/vfs/usr/lib/R/library/translations/lt/LC_MESSAGES/R-tcltk.mo +0 -0
- package/dist/vfs/usr/lib/R/library/translations/lt/LC_MESSAGES/R-tools.mo +0 -0
- package/dist/vfs/usr/lib/R/library/translations/lt/LC_MESSAGES/R-utils.mo +0 -0
- package/dist/vfs/usr/lib/R/library/translations/lt/LC_MESSAGES/R.mo +0 -0
- package/dist/vfs/usr/lib/R/library/translations/lt/LC_MESSAGES/RGui.mo +0 -0
- package/dist/vfs/usr/lib/R/library/translations/lt/LC_MESSAGES/grDevices.mo +0 -0
- package/dist/vfs/usr/lib/R/library/translations/lt/LC_MESSAGES/graphics.mo +0 -0
- package/dist/vfs/usr/lib/R/library/translations/lt/LC_MESSAGES/grid.mo +0 -0
- package/dist/vfs/usr/lib/R/library/translations/lt/LC_MESSAGES/methods.mo +0 -0
- package/dist/vfs/usr/lib/R/library/translations/lt/LC_MESSAGES/parallel.mo +0 -0
- package/dist/vfs/usr/lib/R/library/translations/lt/LC_MESSAGES/splines.mo +0 -0
- package/dist/vfs/usr/lib/R/library/translations/lt/LC_MESSAGES/stats.mo +0 -0
- package/dist/vfs/usr/lib/R/library/translations/lt/LC_MESSAGES/tcltk.mo +0 -0
- package/dist/vfs/usr/lib/R/library/translations/lt/LC_MESSAGES/tools.mo +0 -0
- package/dist/vfs/usr/lib/R/library/translations/lt/LC_MESSAGES/utils.mo +0 -0
- package/dist/vfs/usr/lib/R/library/translations/nn/LC_MESSAGES/R-base.mo +0 -0
- package/dist/vfs/usr/lib/R/library/translations/nn/LC_MESSAGES/R.mo +0 -0
- package/dist/vfs/usr/lib/R/library/translations/nn/LC_MESSAGES/RGui.mo +0 -0
- package/dist/vfs/usr/lib/R/library/translations/nn/LC_MESSAGES/graphics.mo +0 -0
- package/dist/vfs/usr/lib/R/library/translations/pl/LC_MESSAGES/R-base.mo +0 -0
- package/dist/vfs/usr/lib/R/library/translations/pl/LC_MESSAGES/R-compiler.mo +0 -0
- package/dist/vfs/usr/lib/R/library/translations/pl/LC_MESSAGES/R-grDevices.mo +0 -0
- package/dist/vfs/usr/lib/R/library/translations/pl/LC_MESSAGES/R-graphics.mo +0 -0
- package/dist/vfs/usr/lib/R/library/translations/pl/LC_MESSAGES/R-grid.mo +0 -0
- package/dist/vfs/usr/lib/R/library/translations/pl/LC_MESSAGES/R-methods.mo +0 -0
- package/dist/vfs/usr/lib/R/library/translations/pl/LC_MESSAGES/R-parallel.mo +0 -0
- package/dist/vfs/usr/lib/R/library/translations/pl/LC_MESSAGES/R-splines.mo +0 -0
- package/dist/vfs/usr/lib/R/library/translations/pl/LC_MESSAGES/R-stats.mo +0 -0
- package/dist/vfs/usr/lib/R/library/translations/pl/LC_MESSAGES/R-stats4.mo +0 -0
- package/dist/vfs/usr/lib/R/library/translations/pl/LC_MESSAGES/R-tcltk.mo +0 -0
- package/dist/vfs/usr/lib/R/library/translations/pl/LC_MESSAGES/R-tools.mo +0 -0
- package/dist/vfs/usr/lib/R/library/translations/pl/LC_MESSAGES/R-utils.mo +0 -0
- package/dist/vfs/usr/lib/R/library/translations/pl/LC_MESSAGES/R.mo +0 -0
- package/dist/vfs/usr/lib/R/library/translations/pl/LC_MESSAGES/RGui.mo +0 -0
- package/dist/vfs/usr/lib/R/library/translations/pl/LC_MESSAGES/grDevices.mo +0 -0
- package/dist/vfs/usr/lib/R/library/translations/pl/LC_MESSAGES/graphics.mo +0 -0
- package/dist/vfs/usr/lib/R/library/translations/pl/LC_MESSAGES/grid.mo +0 -0
- package/dist/vfs/usr/lib/R/library/translations/pl/LC_MESSAGES/methods.mo +0 -0
- package/dist/vfs/usr/lib/R/library/translations/pl/LC_MESSAGES/parallel.mo +0 -0
- package/dist/vfs/usr/lib/R/library/translations/pl/LC_MESSAGES/splines.mo +0 -0
- package/dist/vfs/usr/lib/R/library/translations/pl/LC_MESSAGES/stats.mo +0 -0
- package/dist/vfs/usr/lib/R/library/translations/pl/LC_MESSAGES/tcltk.mo +0 -0
- package/dist/vfs/usr/lib/R/library/translations/pl/LC_MESSAGES/tools.mo +0 -0
- package/dist/vfs/usr/lib/R/library/translations/pl/LC_MESSAGES/utils.mo +0 -0
- package/dist/vfs/usr/lib/R/library/translations/pt_BR/LC_MESSAGES/R-base.mo +0 -0
- package/dist/vfs/usr/lib/R/library/translations/pt_BR/LC_MESSAGES/R-compiler.mo +0 -0
- package/dist/vfs/usr/lib/R/library/translations/pt_BR/LC_MESSAGES/R-grDevices.mo +0 -0
- package/dist/vfs/usr/lib/R/library/translations/pt_BR/LC_MESSAGES/R-graphics.mo +0 -0
- package/dist/vfs/usr/lib/R/library/translations/pt_BR/LC_MESSAGES/R-grid.mo +0 -0
- package/dist/vfs/usr/lib/R/library/translations/pt_BR/LC_MESSAGES/R-methods.mo +0 -0
- package/dist/vfs/usr/lib/R/library/translations/pt_BR/LC_MESSAGES/R-splines.mo +0 -0
- package/dist/vfs/usr/lib/R/library/translations/pt_BR/LC_MESSAGES/R-stats.mo +0 -0
- package/dist/vfs/usr/lib/R/library/translations/pt_BR/LC_MESSAGES/R-stats4.mo +0 -0
- package/dist/vfs/usr/lib/R/library/translations/pt_BR/LC_MESSAGES/R-tcltk.mo +0 -0
- package/dist/vfs/usr/lib/R/library/translations/pt_BR/LC_MESSAGES/R-tools.mo +0 -0
- package/dist/vfs/usr/lib/R/library/translations/pt_BR/LC_MESSAGES/R-utils.mo +0 -0
- package/dist/vfs/usr/lib/R/library/translations/pt_BR/LC_MESSAGES/R.mo +0 -0
- package/dist/vfs/usr/lib/R/library/translations/pt_BR/LC_MESSAGES/RGui.mo +0 -0
- package/dist/vfs/usr/lib/R/library/translations/pt_BR/LC_MESSAGES/grDevices.mo +0 -0
- package/dist/vfs/usr/lib/R/library/translations/pt_BR/LC_MESSAGES/graphics.mo +0 -0
- package/dist/vfs/usr/lib/R/library/translations/pt_BR/LC_MESSAGES/grid.mo +0 -0
- package/dist/vfs/usr/lib/R/library/translations/pt_BR/LC_MESSAGES/methods.mo +0 -0
- package/dist/vfs/usr/lib/R/library/translations/pt_BR/LC_MESSAGES/splines.mo +0 -0
- package/dist/vfs/usr/lib/R/library/translations/pt_BR/LC_MESSAGES/stats.mo +0 -0
- package/dist/vfs/usr/lib/R/library/translations/pt_BR/LC_MESSAGES/tcltk.mo +0 -0
- package/dist/vfs/usr/lib/R/library/translations/pt_BR/LC_MESSAGES/tools.mo +0 -0
- package/dist/vfs/usr/lib/R/library/translations/ru/LC_MESSAGES/R-base.mo +0 -0
- package/dist/vfs/usr/lib/R/library/translations/ru/LC_MESSAGES/R-compiler.mo +0 -0
- package/dist/vfs/usr/lib/R/library/translations/ru/LC_MESSAGES/R-grDevices.mo +0 -0
- package/dist/vfs/usr/lib/R/library/translations/ru/LC_MESSAGES/R-graphics.mo +0 -0
- package/dist/vfs/usr/lib/R/library/translations/ru/LC_MESSAGES/R-grid.mo +0 -0
- package/dist/vfs/usr/lib/R/library/translations/ru/LC_MESSAGES/R-methods.mo +0 -0
- package/dist/vfs/usr/lib/R/library/translations/ru/LC_MESSAGES/R-parallel.mo +0 -0
- package/dist/vfs/usr/lib/R/library/translations/ru/LC_MESSAGES/R-splines.mo +0 -0
- package/dist/vfs/usr/lib/R/library/translations/ru/LC_MESSAGES/R-stats.mo +0 -0
- package/dist/vfs/usr/lib/R/library/translations/ru/LC_MESSAGES/R-stats4.mo +0 -0
- package/dist/vfs/usr/lib/R/library/translations/ru/LC_MESSAGES/R-tcltk.mo +0 -0
- package/dist/vfs/usr/lib/R/library/translations/ru/LC_MESSAGES/R-tools.mo +0 -0
- package/dist/vfs/usr/lib/R/library/translations/ru/LC_MESSAGES/R-utils.mo +0 -0
- package/dist/vfs/usr/lib/R/library/translations/ru/LC_MESSAGES/R.mo +0 -0
- package/dist/vfs/usr/lib/R/library/translations/ru/LC_MESSAGES/RGui.mo +0 -0
- package/dist/vfs/usr/lib/R/library/translations/ru/LC_MESSAGES/grDevices.mo +0 -0
- package/dist/vfs/usr/lib/R/library/translations/ru/LC_MESSAGES/graphics.mo +0 -0
- package/dist/vfs/usr/lib/R/library/translations/ru/LC_MESSAGES/grid.mo +0 -0
- package/dist/vfs/usr/lib/R/library/translations/ru/LC_MESSAGES/methods.mo +0 -0
- package/dist/vfs/usr/lib/R/library/translations/ru/LC_MESSAGES/parallel.mo +0 -0
- package/dist/vfs/usr/lib/R/library/translations/ru/LC_MESSAGES/splines.mo +0 -0
- package/dist/vfs/usr/lib/R/library/translations/ru/LC_MESSAGES/stats.mo +0 -0
- package/dist/vfs/usr/lib/R/library/translations/ru/LC_MESSAGES/tcltk.mo +0 -0
- package/dist/vfs/usr/lib/R/library/translations/ru/LC_MESSAGES/tools.mo +0 -0
- package/dist/vfs/usr/lib/R/library/translations/ru/LC_MESSAGES/utils.mo +0 -0
- package/dist/vfs/usr/lib/R/library/translations/tr/LC_MESSAGES/R-base.mo +0 -0
- package/dist/vfs/usr/lib/R/library/translations/tr/LC_MESSAGES/R-stats.mo +0 -0
- package/dist/vfs/usr/lib/R/library/translations/tr/LC_MESSAGES/R-stats4.mo +0 -0
- package/dist/vfs/usr/lib/R/library/translations/tr/LC_MESSAGES/R-tools.mo +0 -0
- package/dist/vfs/usr/lib/R/library/translations/tr/LC_MESSAGES/R-utils.mo +0 -0
- package/dist/vfs/usr/lib/R/library/translations/tr/LC_MESSAGES/R.mo +0 -0
- package/dist/vfs/usr/lib/R/library/translations/tr/LC_MESSAGES/RGui.mo +0 -0
- package/dist/vfs/usr/lib/R/library/translations/tr/LC_MESSAGES/graphics.mo +0 -0
- package/dist/vfs/usr/lib/R/library/translations/zh_CN/LC_MESSAGES/R-base.mo +0 -0
- package/dist/vfs/usr/lib/R/library/translations/zh_CN/LC_MESSAGES/R-compiler.mo +0 -0
- package/dist/vfs/usr/lib/R/library/translations/zh_CN/LC_MESSAGES/R-grDevices.mo +0 -0
- package/dist/vfs/usr/lib/R/library/translations/zh_CN/LC_MESSAGES/R-graphics.mo +0 -0
- package/dist/vfs/usr/lib/R/library/translations/zh_CN/LC_MESSAGES/R-grid.mo +0 -0
- package/dist/vfs/usr/lib/R/library/translations/zh_CN/LC_MESSAGES/R-methods.mo +0 -0
- package/dist/vfs/usr/lib/R/library/translations/zh_CN/LC_MESSAGES/R-parallel.mo +0 -0
- package/dist/vfs/usr/lib/R/library/translations/zh_CN/LC_MESSAGES/R-splines.mo +0 -0
- package/dist/vfs/usr/lib/R/library/translations/zh_CN/LC_MESSAGES/R-stats.mo +0 -0
- package/dist/vfs/usr/lib/R/library/translations/zh_CN/LC_MESSAGES/R-stats4.mo +0 -0
- package/dist/vfs/usr/lib/R/library/translations/zh_CN/LC_MESSAGES/R-tcltk.mo +0 -0
- package/dist/vfs/usr/lib/R/library/translations/zh_CN/LC_MESSAGES/R-tools.mo +0 -0
- package/dist/vfs/usr/lib/R/library/translations/zh_CN/LC_MESSAGES/R-utils.mo +0 -0
- package/dist/vfs/usr/lib/R/library/translations/zh_CN/LC_MESSAGES/R.mo +0 -0
- package/dist/vfs/usr/lib/R/library/translations/zh_CN/LC_MESSAGES/RGui.mo +0 -0
- package/dist/vfs/usr/lib/R/library/translations/zh_CN/LC_MESSAGES/grDevices.mo +0 -0
- package/dist/vfs/usr/lib/R/library/translations/zh_CN/LC_MESSAGES/graphics.mo +0 -0
- package/dist/vfs/usr/lib/R/library/translations/zh_CN/LC_MESSAGES/grid.mo +0 -0
- package/dist/vfs/usr/lib/R/library/translations/zh_CN/LC_MESSAGES/methods.mo +0 -0
- package/dist/vfs/usr/lib/R/library/translations/zh_CN/LC_MESSAGES/parallel.mo +0 -0
- package/dist/vfs/usr/lib/R/library/translations/zh_CN/LC_MESSAGES/splines.mo +0 -0
- package/dist/vfs/usr/lib/R/library/translations/zh_CN/LC_MESSAGES/stats.mo +0 -0
- package/dist/vfs/usr/lib/R/library/translations/zh_CN/LC_MESSAGES/tcltk.mo +0 -0
- package/dist/vfs/usr/lib/R/library/translations/zh_CN/LC_MESSAGES/tools.mo +0 -0
- package/dist/vfs/usr/lib/R/library/translations/zh_TW/LC_MESSAGES/R-base.mo +0 -0
- package/dist/vfs/usr/lib/R/library/translations/zh_TW/LC_MESSAGES/R-compiler.mo +0 -0
- package/dist/vfs/usr/lib/R/library/translations/zh_TW/LC_MESSAGES/R-grDevices.mo +0 -0
- package/dist/vfs/usr/lib/R/library/translations/zh_TW/LC_MESSAGES/R-graphics.mo +0 -0
- package/dist/vfs/usr/lib/R/library/translations/zh_TW/LC_MESSAGES/R-grid.mo +0 -0
- package/dist/vfs/usr/lib/R/library/translations/zh_TW/LC_MESSAGES/R-methods.mo +0 -0
- package/dist/vfs/usr/lib/R/library/translations/zh_TW/LC_MESSAGES/R-parallel.mo +0 -0
- package/dist/vfs/usr/lib/R/library/translations/zh_TW/LC_MESSAGES/R-splines.mo +0 -0
- package/dist/vfs/usr/lib/R/library/translations/zh_TW/LC_MESSAGES/R-stats.mo +0 -0
- package/dist/vfs/usr/lib/R/library/translations/zh_TW/LC_MESSAGES/R-stats4.mo +0 -0
- package/dist/vfs/usr/lib/R/library/translations/zh_TW/LC_MESSAGES/R-tcltk.mo +0 -0
- package/dist/vfs/usr/lib/R/library/translations/zh_TW/LC_MESSAGES/R-tools.mo +0 -0
- package/dist/vfs/usr/lib/R/library/translations/zh_TW/LC_MESSAGES/R-utils.mo +0 -0
- package/dist/vfs/usr/lib/R/library/translations/zh_TW/LC_MESSAGES/R.mo +0 -0
- package/dist/vfs/usr/lib/R/library/translations/zh_TW/LC_MESSAGES/RGui.mo +0 -0
- package/dist/vfs/usr/lib/R/library/translations/zh_TW/LC_MESSAGES/grDevices.mo +0 -0
- package/dist/vfs/usr/lib/R/library/translations/zh_TW/LC_MESSAGES/graphics.mo +0 -0
- package/dist/vfs/usr/lib/R/library/translations/zh_TW/LC_MESSAGES/grid.mo +0 -0
- package/dist/vfs/usr/lib/R/library/translations/zh_TW/LC_MESSAGES/methods.mo +0 -0
- package/dist/vfs/usr/lib/R/library/translations/zh_TW/LC_MESSAGES/parallel.mo +0 -0
- package/dist/vfs/usr/lib/R/library/translations/zh_TW/LC_MESSAGES/splines.mo +0 -0
- package/dist/vfs/usr/lib/R/library/translations/zh_TW/LC_MESSAGES/stats.mo +0 -0
- package/dist/vfs/usr/lib/R/library/translations/zh_TW/LC_MESSAGES/tcltk.mo +0 -0
- package/dist/vfs/usr/lib/R/library/translations/zh_TW/LC_MESSAGES/tools.mo +0 -0
- package/dist/vfs/usr/lib/R/library/translations/zh_TW/LC_MESSAGES/utils.mo +0 -0
- package/dist/vfs/usr/lib/R/library/utils/doc/Sweave.pdf +0 -0
- package/dist/vfs/usr/lib/R/library/utils/help/AnIndex +382 -0
- package/dist/vfs/usr/lib/R/library/utils/help/aliases.rds +0 -0
- package/dist/vfs/usr/lib/R/library/utils/help/paths.rds +0 -0
- package/dist/vfs/usr/lib/R/library/utils/help/utils.rdb +0 -0
- package/dist/vfs/usr/lib/R/library/utils/help/utils.rdx +0 -0
- package/dist/vfs/usr/lib/R/library/utils/html/00Index.html +802 -0
- package/dist/vfs/usr/lib/R/library/utils/html/R.css +130 -0
- package/dist/vfs/usr/lib/R/library/utils/misc/exDIF.csv +5 -0
- package/dist/vfs/usr/lib/R/library/utils/misc/exDIF.dif +44 -0
- package/dist/vfs/usr/lib/R/library/utils/tests/Sexpr-verb-ex.Rnw +44 -0
- package/dist/vfs/usr/lib/R/library/utils/tests/Sweave-tst.R +85 -0
- package/dist/vfs/usr/lib/R/library/utils/tests/charclass.R +97 -0
- package/dist/vfs/usr/lib/R/library/utils/tests/completion.R +37 -0
- package/dist/vfs/usr/lib/R/library/utils/tests/customgraphics.Rnw +20 -0
- package/dist/vfs/usr/lib/R/library/utils/tests/download.file.R +170 -0
- package/dist/vfs/usr/lib/R/library/utils/tests/keepsource.Rnw +12 -0
- package/dist/vfs/usr/lib/R/library/utils/tests/relist.R +24 -0
- package/dist/vfs/usr/lib/R/library/utils/tests/swv-keepSrc-1.Rnw +48 -0
- package/dist/vfs/usr/lib/R/modules/internet.so +0 -0
- package/dist/vfs/usr/lib/R/modules/lapack.so +0 -0
- package/dist/vfs/usr/lib/R/share/R/REMOVE.R +82 -0
- package/dist/vfs/usr/lib/R/share/R/examples-footer.R +12 -0
- package/dist/vfs/usr/lib/R/share/R/examples-header.R +85 -0
- package/dist/vfs/usr/lib/R/share/R/nspackloader.R +27 -0
- package/dist/vfs/usr/lib/R/share/R/tests-startup.R +4 -0
- package/dist/vfs/usr/lib/R/share/Rd/macros/system.Rd +56 -0
- package/dist/vfs/usr/lib/R/share/dictionaries/en_stats.rds +0 -0
- package/dist/vfs/usr/lib/R/share/encodings/Adobe-glyphlist +4200 -0
- package/dist/vfs/usr/lib/R/share/encodings/character-sets +1900 -0
- package/dist/vfs/usr/lib/R/share/java/README +3 -0
- package/dist/vfs/usr/lib/R/share/java/getsp.class +0 -0
- package/dist/vfs/usr/lib/R/share/licenses/AGPL-3 +661 -0
- package/dist/vfs/usr/lib/R/share/licenses/Artistic-2.0 +197 -0
- package/dist/vfs/usr/lib/R/share/licenses/BSD_2_clause +40 -0
- package/dist/vfs/usr/lib/R/share/licenses/BSD_3_clause +46 -0
- package/dist/vfs/usr/lib/R/share/licenses/GPL-2 +339 -0
- package/dist/vfs/usr/lib/R/share/licenses/GPL-3 +674 -0
- package/dist/vfs/usr/lib/R/share/licenses/LGPL-2 +481 -0
- package/dist/vfs/usr/lib/R/share/licenses/LGPL-2.1 +502 -0
- package/dist/vfs/usr/lib/R/share/licenses/LGPL-3 +165 -0
- package/dist/vfs/usr/lib/R/share/licenses/MIT +35 -0
- package/dist/vfs/usr/lib/R/share/licenses/license.db +268 -0
- package/dist/vfs/usr/lib/R/share/make/basepkg.mk +207 -0
- package/dist/vfs/usr/lib/R/share/make/check_vars_ini.mk +18 -0
- package/dist/vfs/usr/lib/R/share/make/check_vars_out.mk +22 -0
- package/dist/vfs/usr/lib/R/share/make/clean.mk +2 -0
- package/dist/vfs/usr/lib/R/share/make/config.mk +6 -0
- package/dist/vfs/usr/lib/R/share/make/lazycomp.mk +23 -0
- package/dist/vfs/usr/lib/R/share/make/shlib.mk +30 -0
- package/dist/vfs/usr/lib/R/share/make/vars.mk +14 -0
- package/dist/vfs/usr/lib/R/share/make/winshlib.mk +41 -0
- package/dist/vfs/usr/lib/R/share/sh/echo.sh +4 -0
- package/dist/vfs/usr/lib/R/share/texmf/bibtex/bib/RJournal.bib +10345 -0
- package/dist/vfs/usr/lib/R/share/texmf/bibtex/bib/Rnews.bib +2733 -0
- package/dist/vfs/usr/lib/R/share/texmf/bibtex/bst/jss.bst +1653 -0
- package/dist/vfs/usr/lib/R/share/texmf/tex/latex/Rd.sty +450 -0
- package/dist/vfs/usr/lib/R/share/texmf/tex/latex/Sweave.sty +59 -0
- package/dist/vfs/usr/lib/R/share/texmf/tex/latex/jss.cls +490 -0
- package/dist/vfs/usr/lib/R/share/texmf/tex/latex/omscmtt.fd +21 -0
- package/dist/vfs/usr/lib/R/share/zoneinfo/Africa/Abidjan +0 -0
- package/dist/vfs/usr/lib/R/share/zoneinfo/Africa/Accra +0 -0
- package/dist/vfs/usr/lib/R/share/zoneinfo/Africa/Addis_Ababa +0 -0
- package/dist/vfs/usr/lib/R/share/zoneinfo/Africa/Algiers +0 -0
- package/dist/vfs/usr/lib/R/share/zoneinfo/Africa/Asmara +0 -0
- package/dist/vfs/usr/lib/R/share/zoneinfo/Africa/Asmera +0 -0
- package/dist/vfs/usr/lib/R/share/zoneinfo/Africa/Bamako +0 -0
- package/dist/vfs/usr/lib/R/share/zoneinfo/Africa/Bangui +0 -0
- package/dist/vfs/usr/lib/R/share/zoneinfo/Africa/Banjul +0 -0
- package/dist/vfs/usr/lib/R/share/zoneinfo/Africa/Bissau +0 -0
- package/dist/vfs/usr/lib/R/share/zoneinfo/Africa/Blantyre +0 -0
- package/dist/vfs/usr/lib/R/share/zoneinfo/Africa/Brazzaville +0 -0
- package/dist/vfs/usr/lib/R/share/zoneinfo/Africa/Bujumbura +0 -0
- package/dist/vfs/usr/lib/R/share/zoneinfo/Africa/Cairo +0 -0
- package/dist/vfs/usr/lib/R/share/zoneinfo/Africa/Casablanca +0 -0
- package/dist/vfs/usr/lib/R/share/zoneinfo/Africa/Ceuta +0 -0
- package/dist/vfs/usr/lib/R/share/zoneinfo/Africa/Conakry +0 -0
- package/dist/vfs/usr/lib/R/share/zoneinfo/Africa/Dakar +0 -0
- package/dist/vfs/usr/lib/R/share/zoneinfo/Africa/Dar_es_Salaam +0 -0
- package/dist/vfs/usr/lib/R/share/zoneinfo/Africa/Djibouti +0 -0
- package/dist/vfs/usr/lib/R/share/zoneinfo/Africa/Douala +0 -0
- package/dist/vfs/usr/lib/R/share/zoneinfo/Africa/El_Aaiun +0 -0
- package/dist/vfs/usr/lib/R/share/zoneinfo/Africa/Freetown +0 -0
- package/dist/vfs/usr/lib/R/share/zoneinfo/Africa/Gaborone +0 -0
- package/dist/vfs/usr/lib/R/share/zoneinfo/Africa/Harare +0 -0
- package/dist/vfs/usr/lib/R/share/zoneinfo/Africa/Johannesburg +0 -0
- package/dist/vfs/usr/lib/R/share/zoneinfo/Africa/Juba +0 -0
- package/dist/vfs/usr/lib/R/share/zoneinfo/Africa/Kampala +0 -0
- package/dist/vfs/usr/lib/R/share/zoneinfo/Africa/Khartoum +0 -0
- package/dist/vfs/usr/lib/R/share/zoneinfo/Africa/Kigali +0 -0
- package/dist/vfs/usr/lib/R/share/zoneinfo/Africa/Kinshasa +0 -0
- package/dist/vfs/usr/lib/R/share/zoneinfo/Africa/Lagos +0 -0
- package/dist/vfs/usr/lib/R/share/zoneinfo/Africa/Libreville +0 -0
- package/dist/vfs/usr/lib/R/share/zoneinfo/Africa/Lome +0 -0
- package/dist/vfs/usr/lib/R/share/zoneinfo/Africa/Luanda +0 -0
- package/dist/vfs/usr/lib/R/share/zoneinfo/Africa/Lubumbashi +0 -0
- package/dist/vfs/usr/lib/R/share/zoneinfo/Africa/Lusaka +0 -0
- package/dist/vfs/usr/lib/R/share/zoneinfo/Africa/Malabo +0 -0
- package/dist/vfs/usr/lib/R/share/zoneinfo/Africa/Maputo +0 -0
- package/dist/vfs/usr/lib/R/share/zoneinfo/Africa/Maseru +0 -0
- package/dist/vfs/usr/lib/R/share/zoneinfo/Africa/Mbabane +0 -0
- package/dist/vfs/usr/lib/R/share/zoneinfo/Africa/Mogadishu +0 -0
- package/dist/vfs/usr/lib/R/share/zoneinfo/Africa/Monrovia +0 -0
- package/dist/vfs/usr/lib/R/share/zoneinfo/Africa/Nairobi +0 -0
- package/dist/vfs/usr/lib/R/share/zoneinfo/Africa/Ndjamena +0 -0
- package/dist/vfs/usr/lib/R/share/zoneinfo/Africa/Niamey +0 -0
- package/dist/vfs/usr/lib/R/share/zoneinfo/Africa/Nouakchott +0 -0
- package/dist/vfs/usr/lib/R/share/zoneinfo/Africa/Ouagadougou +0 -0
- package/dist/vfs/usr/lib/R/share/zoneinfo/Africa/Porto-Novo +0 -0
- package/dist/vfs/usr/lib/R/share/zoneinfo/Africa/Sao_Tome +0 -0
- package/dist/vfs/usr/lib/R/share/zoneinfo/Africa/Timbuktu +0 -0
- package/dist/vfs/usr/lib/R/share/zoneinfo/Africa/Tripoli +0 -0
- package/dist/vfs/usr/lib/R/share/zoneinfo/Africa/Tunis +0 -0
- package/dist/vfs/usr/lib/R/share/zoneinfo/Africa/Windhoek +0 -0
- package/dist/vfs/usr/lib/R/share/zoneinfo/America/Adak +0 -0
- package/dist/vfs/usr/lib/R/share/zoneinfo/America/Anchorage +0 -0
- package/dist/vfs/usr/lib/R/share/zoneinfo/America/Anguilla +0 -0
- package/dist/vfs/usr/lib/R/share/zoneinfo/America/Antigua +0 -0
- package/dist/vfs/usr/lib/R/share/zoneinfo/America/Araguaina +0 -0
- package/dist/vfs/usr/lib/R/share/zoneinfo/America/Argentina/Buenos_Aires +0 -0
- package/dist/vfs/usr/lib/R/share/zoneinfo/America/Argentina/Catamarca +0 -0
- package/dist/vfs/usr/lib/R/share/zoneinfo/America/Argentina/ComodRivadavia +0 -0
- package/dist/vfs/usr/lib/R/share/zoneinfo/America/Argentina/Cordoba +0 -0
- package/dist/vfs/usr/lib/R/share/zoneinfo/America/Argentina/Jujuy +0 -0
- package/dist/vfs/usr/lib/R/share/zoneinfo/America/Argentina/La_Rioja +0 -0
- package/dist/vfs/usr/lib/R/share/zoneinfo/America/Argentina/Mendoza +0 -0
- package/dist/vfs/usr/lib/R/share/zoneinfo/America/Argentina/Rio_Gallegos +0 -0
- package/dist/vfs/usr/lib/R/share/zoneinfo/America/Argentina/Salta +0 -0
- package/dist/vfs/usr/lib/R/share/zoneinfo/America/Argentina/San_Juan +0 -0
- package/dist/vfs/usr/lib/R/share/zoneinfo/America/Argentina/San_Luis +0 -0
- package/dist/vfs/usr/lib/R/share/zoneinfo/America/Argentina/Tucuman +0 -0
- package/dist/vfs/usr/lib/R/share/zoneinfo/America/Argentina/Ushuaia +0 -0
- package/dist/vfs/usr/lib/R/share/zoneinfo/America/Aruba +0 -0
- package/dist/vfs/usr/lib/R/share/zoneinfo/America/Asuncion +0 -0
- package/dist/vfs/usr/lib/R/share/zoneinfo/America/Atikokan +0 -0
- package/dist/vfs/usr/lib/R/share/zoneinfo/America/Atka +0 -0
- package/dist/vfs/usr/lib/R/share/zoneinfo/America/Bahia +0 -0
- package/dist/vfs/usr/lib/R/share/zoneinfo/America/Bahia_Banderas +0 -0
- package/dist/vfs/usr/lib/R/share/zoneinfo/America/Barbados +0 -0
- package/dist/vfs/usr/lib/R/share/zoneinfo/America/Belem +0 -0
- package/dist/vfs/usr/lib/R/share/zoneinfo/America/Belize +0 -0
- package/dist/vfs/usr/lib/R/share/zoneinfo/America/Blanc-Sablon +0 -0
- package/dist/vfs/usr/lib/R/share/zoneinfo/America/Boa_Vista +0 -0
- package/dist/vfs/usr/lib/R/share/zoneinfo/America/Bogota +0 -0
- package/dist/vfs/usr/lib/R/share/zoneinfo/America/Boise +0 -0
- package/dist/vfs/usr/lib/R/share/zoneinfo/America/Buenos_Aires +0 -0
- package/dist/vfs/usr/lib/R/share/zoneinfo/America/Cambridge_Bay +0 -0
- package/dist/vfs/usr/lib/R/share/zoneinfo/America/Campo_Grande +0 -0
- package/dist/vfs/usr/lib/R/share/zoneinfo/America/Cancun +0 -0
- package/dist/vfs/usr/lib/R/share/zoneinfo/America/Caracas +0 -0
- package/dist/vfs/usr/lib/R/share/zoneinfo/America/Catamarca +0 -0
- package/dist/vfs/usr/lib/R/share/zoneinfo/America/Cayenne +0 -0
- package/dist/vfs/usr/lib/R/share/zoneinfo/America/Cayman +0 -0
- package/dist/vfs/usr/lib/R/share/zoneinfo/America/Chicago +0 -0
- package/dist/vfs/usr/lib/R/share/zoneinfo/America/Chihuahua +0 -0
- package/dist/vfs/usr/lib/R/share/zoneinfo/America/Ciudad_Juarez +0 -0
- package/dist/vfs/usr/lib/R/share/zoneinfo/America/Coral_Harbour +0 -0
- package/dist/vfs/usr/lib/R/share/zoneinfo/America/Cordoba +0 -0
- package/dist/vfs/usr/lib/R/share/zoneinfo/America/Costa_Rica +0 -0
- package/dist/vfs/usr/lib/R/share/zoneinfo/America/Creston +0 -0
- package/dist/vfs/usr/lib/R/share/zoneinfo/America/Cuiaba +0 -0
- package/dist/vfs/usr/lib/R/share/zoneinfo/America/Curacao +0 -0
- package/dist/vfs/usr/lib/R/share/zoneinfo/America/Danmarkshavn +0 -0
- package/dist/vfs/usr/lib/R/share/zoneinfo/America/Dawson +0 -0
- package/dist/vfs/usr/lib/R/share/zoneinfo/America/Dawson_Creek +0 -0
- package/dist/vfs/usr/lib/R/share/zoneinfo/America/Denver +0 -0
- package/dist/vfs/usr/lib/R/share/zoneinfo/America/Detroit +0 -0
- package/dist/vfs/usr/lib/R/share/zoneinfo/America/Dominica +0 -0
- package/dist/vfs/usr/lib/R/share/zoneinfo/America/Edmonton +0 -0
- package/dist/vfs/usr/lib/R/share/zoneinfo/America/Eirunepe +0 -0
- package/dist/vfs/usr/lib/R/share/zoneinfo/America/El_Salvador +0 -0
- package/dist/vfs/usr/lib/R/share/zoneinfo/America/Ensenada +0 -0
- package/dist/vfs/usr/lib/R/share/zoneinfo/America/Fort_Nelson +0 -0
- package/dist/vfs/usr/lib/R/share/zoneinfo/America/Fort_Wayne +0 -0
- package/dist/vfs/usr/lib/R/share/zoneinfo/America/Fortaleza +0 -0
- package/dist/vfs/usr/lib/R/share/zoneinfo/America/Glace_Bay +0 -0
- package/dist/vfs/usr/lib/R/share/zoneinfo/America/Godthab +0 -0
- package/dist/vfs/usr/lib/R/share/zoneinfo/America/Goose_Bay +0 -0
- package/dist/vfs/usr/lib/R/share/zoneinfo/America/Grand_Turk +0 -0
- package/dist/vfs/usr/lib/R/share/zoneinfo/America/Grenada +0 -0
- package/dist/vfs/usr/lib/R/share/zoneinfo/America/Guadeloupe +0 -0
- package/dist/vfs/usr/lib/R/share/zoneinfo/America/Guatemala +0 -0
- package/dist/vfs/usr/lib/R/share/zoneinfo/America/Guayaquil +0 -0
- package/dist/vfs/usr/lib/R/share/zoneinfo/America/Guyana +0 -0
- package/dist/vfs/usr/lib/R/share/zoneinfo/America/Halifax +0 -0
- package/dist/vfs/usr/lib/R/share/zoneinfo/America/Havana +0 -0
- package/dist/vfs/usr/lib/R/share/zoneinfo/America/Hermosillo +0 -0
- package/dist/vfs/usr/lib/R/share/zoneinfo/America/Indiana/Indianapolis +0 -0
- package/dist/vfs/usr/lib/R/share/zoneinfo/America/Indiana/Knox +0 -0
- package/dist/vfs/usr/lib/R/share/zoneinfo/America/Indiana/Marengo +0 -0
- package/dist/vfs/usr/lib/R/share/zoneinfo/America/Indiana/Petersburg +0 -0
- package/dist/vfs/usr/lib/R/share/zoneinfo/America/Indiana/Tell_City +0 -0
- package/dist/vfs/usr/lib/R/share/zoneinfo/America/Indiana/Vevay +0 -0
- package/dist/vfs/usr/lib/R/share/zoneinfo/America/Indiana/Vincennes +0 -0
- package/dist/vfs/usr/lib/R/share/zoneinfo/America/Indiana/Winamac +0 -0
- package/dist/vfs/usr/lib/R/share/zoneinfo/America/Indianapolis +0 -0
- package/dist/vfs/usr/lib/R/share/zoneinfo/America/Inuvik +0 -0
- package/dist/vfs/usr/lib/R/share/zoneinfo/America/Iqaluit +0 -0
- package/dist/vfs/usr/lib/R/share/zoneinfo/America/Jamaica +0 -0
- package/dist/vfs/usr/lib/R/share/zoneinfo/America/Jujuy +0 -0
- package/dist/vfs/usr/lib/R/share/zoneinfo/America/Juneau +0 -0
- package/dist/vfs/usr/lib/R/share/zoneinfo/America/Kentucky/Louisville +0 -0
- package/dist/vfs/usr/lib/R/share/zoneinfo/America/Kentucky/Monticello +0 -0
- package/dist/vfs/usr/lib/R/share/zoneinfo/America/Knox_IN +0 -0
- package/dist/vfs/usr/lib/R/share/zoneinfo/America/Kralendijk +0 -0
- package/dist/vfs/usr/lib/R/share/zoneinfo/America/La_Paz +0 -0
- package/dist/vfs/usr/lib/R/share/zoneinfo/America/Lima +0 -0
- package/dist/vfs/usr/lib/R/share/zoneinfo/America/Los_Angeles +0 -0
- package/dist/vfs/usr/lib/R/share/zoneinfo/America/Louisville +0 -0
- package/dist/vfs/usr/lib/R/share/zoneinfo/America/Lower_Princes +0 -0
- package/dist/vfs/usr/lib/R/share/zoneinfo/America/Maceio +0 -0
- package/dist/vfs/usr/lib/R/share/zoneinfo/America/Managua +0 -0
- package/dist/vfs/usr/lib/R/share/zoneinfo/America/Manaus +0 -0
- package/dist/vfs/usr/lib/R/share/zoneinfo/America/Marigot +0 -0
- package/dist/vfs/usr/lib/R/share/zoneinfo/America/Martinique +0 -0
- package/dist/vfs/usr/lib/R/share/zoneinfo/America/Matamoros +0 -0
- package/dist/vfs/usr/lib/R/share/zoneinfo/America/Mazatlan +0 -0
- package/dist/vfs/usr/lib/R/share/zoneinfo/America/Mendoza +0 -0
- package/dist/vfs/usr/lib/R/share/zoneinfo/America/Menominee +0 -0
- package/dist/vfs/usr/lib/R/share/zoneinfo/America/Merida +0 -0
- package/dist/vfs/usr/lib/R/share/zoneinfo/America/Metlakatla +0 -0
- package/dist/vfs/usr/lib/R/share/zoneinfo/America/Mexico_City +0 -0
- package/dist/vfs/usr/lib/R/share/zoneinfo/America/Miquelon +0 -0
- package/dist/vfs/usr/lib/R/share/zoneinfo/America/Moncton +0 -0
- package/dist/vfs/usr/lib/R/share/zoneinfo/America/Monterrey +0 -0
- package/dist/vfs/usr/lib/R/share/zoneinfo/America/Montevideo +0 -0
- package/dist/vfs/usr/lib/R/share/zoneinfo/America/Montreal +0 -0
- package/dist/vfs/usr/lib/R/share/zoneinfo/America/Montserrat +0 -0
- package/dist/vfs/usr/lib/R/share/zoneinfo/America/Nassau +0 -0
- package/dist/vfs/usr/lib/R/share/zoneinfo/America/New_York +0 -0
- package/dist/vfs/usr/lib/R/share/zoneinfo/America/Nipigon +0 -0
- package/dist/vfs/usr/lib/R/share/zoneinfo/America/Nome +0 -0
- package/dist/vfs/usr/lib/R/share/zoneinfo/America/Noronha +0 -0
- package/dist/vfs/usr/lib/R/share/zoneinfo/America/North_Dakota/Beulah +0 -0
- package/dist/vfs/usr/lib/R/share/zoneinfo/America/North_Dakota/Center +0 -0
- package/dist/vfs/usr/lib/R/share/zoneinfo/America/North_Dakota/New_Salem +0 -0
- package/dist/vfs/usr/lib/R/share/zoneinfo/America/Nuuk +0 -0
- package/dist/vfs/usr/lib/R/share/zoneinfo/America/Ojinaga +0 -0
- package/dist/vfs/usr/lib/R/share/zoneinfo/America/Panama +0 -0
- package/dist/vfs/usr/lib/R/share/zoneinfo/America/Pangnirtung +0 -0
- package/dist/vfs/usr/lib/R/share/zoneinfo/America/Paramaribo +0 -0
- package/dist/vfs/usr/lib/R/share/zoneinfo/America/Phoenix +0 -0
- package/dist/vfs/usr/lib/R/share/zoneinfo/America/Port-au-Prince +0 -0
- package/dist/vfs/usr/lib/R/share/zoneinfo/America/Port_of_Spain +0 -0
- package/dist/vfs/usr/lib/R/share/zoneinfo/America/Porto_Acre +0 -0
- package/dist/vfs/usr/lib/R/share/zoneinfo/America/Porto_Velho +0 -0
- package/dist/vfs/usr/lib/R/share/zoneinfo/America/Puerto_Rico +0 -0
- package/dist/vfs/usr/lib/R/share/zoneinfo/America/Punta_Arenas +0 -0
- package/dist/vfs/usr/lib/R/share/zoneinfo/America/Rainy_River +0 -0
- package/dist/vfs/usr/lib/R/share/zoneinfo/America/Rankin_Inlet +0 -0
- package/dist/vfs/usr/lib/R/share/zoneinfo/America/Recife +0 -0
- package/dist/vfs/usr/lib/R/share/zoneinfo/America/Regina +0 -0
- package/dist/vfs/usr/lib/R/share/zoneinfo/America/Resolute +0 -0
- package/dist/vfs/usr/lib/R/share/zoneinfo/America/Rio_Branco +0 -0
- package/dist/vfs/usr/lib/R/share/zoneinfo/America/Rosario +0 -0
- package/dist/vfs/usr/lib/R/share/zoneinfo/America/Santa_Isabel +0 -0
- package/dist/vfs/usr/lib/R/share/zoneinfo/America/Santarem +0 -0
- package/dist/vfs/usr/lib/R/share/zoneinfo/America/Santiago +0 -0
- package/dist/vfs/usr/lib/R/share/zoneinfo/America/Santo_Domingo +0 -0
- package/dist/vfs/usr/lib/R/share/zoneinfo/America/Sao_Paulo +0 -0
- package/dist/vfs/usr/lib/R/share/zoneinfo/America/Scoresbysund +0 -0
- package/dist/vfs/usr/lib/R/share/zoneinfo/America/Shiprock +0 -0
- package/dist/vfs/usr/lib/R/share/zoneinfo/America/Sitka +0 -0
- package/dist/vfs/usr/lib/R/share/zoneinfo/America/St_Barthelemy +0 -0
- package/dist/vfs/usr/lib/R/share/zoneinfo/America/St_Johns +0 -0
- package/dist/vfs/usr/lib/R/share/zoneinfo/America/St_Kitts +0 -0
- package/dist/vfs/usr/lib/R/share/zoneinfo/America/St_Lucia +0 -0
- package/dist/vfs/usr/lib/R/share/zoneinfo/America/St_Thomas +0 -0
- package/dist/vfs/usr/lib/R/share/zoneinfo/America/St_Vincent +0 -0
- package/dist/vfs/usr/lib/R/share/zoneinfo/America/Swift_Current +0 -0
- package/dist/vfs/usr/lib/R/share/zoneinfo/America/Tegucigalpa +0 -0
- package/dist/vfs/usr/lib/R/share/zoneinfo/America/Thule +0 -0
- package/dist/vfs/usr/lib/R/share/zoneinfo/America/Thunder_Bay +0 -0
- package/dist/vfs/usr/lib/R/share/zoneinfo/America/Tijuana +0 -0
- package/dist/vfs/usr/lib/R/share/zoneinfo/America/Toronto +0 -0
- package/dist/vfs/usr/lib/R/share/zoneinfo/America/Tortola +0 -0
- package/dist/vfs/usr/lib/R/share/zoneinfo/America/Vancouver +0 -0
- package/dist/vfs/usr/lib/R/share/zoneinfo/America/Virgin +0 -0
- package/dist/vfs/usr/lib/R/share/zoneinfo/America/Whitehorse +0 -0
- package/dist/vfs/usr/lib/R/share/zoneinfo/America/Winnipeg +0 -0
- package/dist/vfs/usr/lib/R/share/zoneinfo/America/Yakutat +0 -0
- package/dist/vfs/usr/lib/R/share/zoneinfo/America/Yellowknife +0 -0
- package/dist/vfs/usr/lib/R/share/zoneinfo/Antarctica/Casey +0 -0
- package/dist/vfs/usr/lib/R/share/zoneinfo/Antarctica/Davis +0 -0
- package/dist/vfs/usr/lib/R/share/zoneinfo/Antarctica/DumontDUrville +0 -0
- package/dist/vfs/usr/lib/R/share/zoneinfo/Antarctica/Macquarie +0 -0
- package/dist/vfs/usr/lib/R/share/zoneinfo/Antarctica/Mawson +0 -0
- package/dist/vfs/usr/lib/R/share/zoneinfo/Antarctica/McMurdo +0 -0
- package/dist/vfs/usr/lib/R/share/zoneinfo/Antarctica/Palmer +0 -0
- package/dist/vfs/usr/lib/R/share/zoneinfo/Antarctica/Rothera +0 -0
- package/dist/vfs/usr/lib/R/share/zoneinfo/Antarctica/South_Pole +0 -0
- package/dist/vfs/usr/lib/R/share/zoneinfo/Antarctica/Syowa +0 -0
- package/dist/vfs/usr/lib/R/share/zoneinfo/Antarctica/Troll +0 -0
- package/dist/vfs/usr/lib/R/share/zoneinfo/Antarctica/Vostok +0 -0
- package/dist/vfs/usr/lib/R/share/zoneinfo/Arctic/Longyearbyen +0 -0
- package/dist/vfs/usr/lib/R/share/zoneinfo/Asia/Aden +0 -0
- package/dist/vfs/usr/lib/R/share/zoneinfo/Asia/Almaty +0 -0
- package/dist/vfs/usr/lib/R/share/zoneinfo/Asia/Amman +0 -0
- package/dist/vfs/usr/lib/R/share/zoneinfo/Asia/Anadyr +0 -0
- package/dist/vfs/usr/lib/R/share/zoneinfo/Asia/Aqtau +0 -0
- package/dist/vfs/usr/lib/R/share/zoneinfo/Asia/Aqtobe +0 -0
- package/dist/vfs/usr/lib/R/share/zoneinfo/Asia/Ashgabat +0 -0
- package/dist/vfs/usr/lib/R/share/zoneinfo/Asia/Ashkhabad +0 -0
- package/dist/vfs/usr/lib/R/share/zoneinfo/Asia/Atyrau +0 -0
- package/dist/vfs/usr/lib/R/share/zoneinfo/Asia/Baghdad +0 -0
- package/dist/vfs/usr/lib/R/share/zoneinfo/Asia/Bahrain +0 -0
- package/dist/vfs/usr/lib/R/share/zoneinfo/Asia/Baku +0 -0
- package/dist/vfs/usr/lib/R/share/zoneinfo/Asia/Bangkok +0 -0
- package/dist/vfs/usr/lib/R/share/zoneinfo/Asia/Barnaul +0 -0
- package/dist/vfs/usr/lib/R/share/zoneinfo/Asia/Beirut +0 -0
- package/dist/vfs/usr/lib/R/share/zoneinfo/Asia/Bishkek +0 -0
- package/dist/vfs/usr/lib/R/share/zoneinfo/Asia/Brunei +0 -0
- package/dist/vfs/usr/lib/R/share/zoneinfo/Asia/Calcutta +0 -0
- package/dist/vfs/usr/lib/R/share/zoneinfo/Asia/Chita +0 -0
- package/dist/vfs/usr/lib/R/share/zoneinfo/Asia/Choibalsan +0 -0
- package/dist/vfs/usr/lib/R/share/zoneinfo/Asia/Chongqing +0 -0
- package/dist/vfs/usr/lib/R/share/zoneinfo/Asia/Chungking +0 -0
- package/dist/vfs/usr/lib/R/share/zoneinfo/Asia/Colombo +0 -0
- package/dist/vfs/usr/lib/R/share/zoneinfo/Asia/Dacca +0 -0
- package/dist/vfs/usr/lib/R/share/zoneinfo/Asia/Damascus +0 -0
- package/dist/vfs/usr/lib/R/share/zoneinfo/Asia/Dhaka +0 -0
- package/dist/vfs/usr/lib/R/share/zoneinfo/Asia/Dili +0 -0
- package/dist/vfs/usr/lib/R/share/zoneinfo/Asia/Dubai +0 -0
- package/dist/vfs/usr/lib/R/share/zoneinfo/Asia/Dushanbe +0 -0
- package/dist/vfs/usr/lib/R/share/zoneinfo/Asia/Famagusta +0 -0
- package/dist/vfs/usr/lib/R/share/zoneinfo/Asia/Gaza +0 -0
- package/dist/vfs/usr/lib/R/share/zoneinfo/Asia/Harbin +0 -0
- package/dist/vfs/usr/lib/R/share/zoneinfo/Asia/Hebron +0 -0
- package/dist/vfs/usr/lib/R/share/zoneinfo/Asia/Ho_Chi_Minh +0 -0
- package/dist/vfs/usr/lib/R/share/zoneinfo/Asia/Hong_Kong +0 -0
- package/dist/vfs/usr/lib/R/share/zoneinfo/Asia/Hovd +0 -0
- package/dist/vfs/usr/lib/R/share/zoneinfo/Asia/Irkutsk +0 -0
- package/dist/vfs/usr/lib/R/share/zoneinfo/Asia/Istanbul +0 -0
- package/dist/vfs/usr/lib/R/share/zoneinfo/Asia/Jakarta +0 -0
- package/dist/vfs/usr/lib/R/share/zoneinfo/Asia/Jayapura +0 -0
- package/dist/vfs/usr/lib/R/share/zoneinfo/Asia/Jerusalem +0 -0
- package/dist/vfs/usr/lib/R/share/zoneinfo/Asia/Kabul +0 -0
- package/dist/vfs/usr/lib/R/share/zoneinfo/Asia/Kamchatka +0 -0
- package/dist/vfs/usr/lib/R/share/zoneinfo/Asia/Karachi +0 -0
- package/dist/vfs/usr/lib/R/share/zoneinfo/Asia/Kashgar +0 -0
- package/dist/vfs/usr/lib/R/share/zoneinfo/Asia/Kathmandu +0 -0
- package/dist/vfs/usr/lib/R/share/zoneinfo/Asia/Katmandu +0 -0
- package/dist/vfs/usr/lib/R/share/zoneinfo/Asia/Khandyga +0 -0
- package/dist/vfs/usr/lib/R/share/zoneinfo/Asia/Kolkata +0 -0
- package/dist/vfs/usr/lib/R/share/zoneinfo/Asia/Krasnoyarsk +0 -0
- package/dist/vfs/usr/lib/R/share/zoneinfo/Asia/Kuala_Lumpur +0 -0
- package/dist/vfs/usr/lib/R/share/zoneinfo/Asia/Kuching +0 -0
- package/dist/vfs/usr/lib/R/share/zoneinfo/Asia/Kuwait +0 -0
- package/dist/vfs/usr/lib/R/share/zoneinfo/Asia/Macao +0 -0
- package/dist/vfs/usr/lib/R/share/zoneinfo/Asia/Macau +0 -0
- package/dist/vfs/usr/lib/R/share/zoneinfo/Asia/Magadan +0 -0
- package/dist/vfs/usr/lib/R/share/zoneinfo/Asia/Makassar +0 -0
- package/dist/vfs/usr/lib/R/share/zoneinfo/Asia/Manila +0 -0
- package/dist/vfs/usr/lib/R/share/zoneinfo/Asia/Muscat +0 -0
- package/dist/vfs/usr/lib/R/share/zoneinfo/Asia/Nicosia +0 -0
- package/dist/vfs/usr/lib/R/share/zoneinfo/Asia/Novokuznetsk +0 -0
- package/dist/vfs/usr/lib/R/share/zoneinfo/Asia/Novosibirsk +0 -0
- package/dist/vfs/usr/lib/R/share/zoneinfo/Asia/Omsk +0 -0
- package/dist/vfs/usr/lib/R/share/zoneinfo/Asia/Oral +0 -0
- package/dist/vfs/usr/lib/R/share/zoneinfo/Asia/Phnom_Penh +0 -0
- package/dist/vfs/usr/lib/R/share/zoneinfo/Asia/Pontianak +0 -0
- package/dist/vfs/usr/lib/R/share/zoneinfo/Asia/Pyongyang +0 -0
- package/dist/vfs/usr/lib/R/share/zoneinfo/Asia/Qatar +0 -0
- package/dist/vfs/usr/lib/R/share/zoneinfo/Asia/Qostanay +0 -0
- package/dist/vfs/usr/lib/R/share/zoneinfo/Asia/Qyzylorda +0 -0
- package/dist/vfs/usr/lib/R/share/zoneinfo/Asia/Rangoon +0 -0
- package/dist/vfs/usr/lib/R/share/zoneinfo/Asia/Riyadh +0 -0
- package/dist/vfs/usr/lib/R/share/zoneinfo/Asia/Saigon +0 -0
- package/dist/vfs/usr/lib/R/share/zoneinfo/Asia/Sakhalin +0 -0
- package/dist/vfs/usr/lib/R/share/zoneinfo/Asia/Samarkand +0 -0
- package/dist/vfs/usr/lib/R/share/zoneinfo/Asia/Seoul +0 -0
- package/dist/vfs/usr/lib/R/share/zoneinfo/Asia/Shanghai +0 -0
- package/dist/vfs/usr/lib/R/share/zoneinfo/Asia/Singapore +0 -0
- package/dist/vfs/usr/lib/R/share/zoneinfo/Asia/Srednekolymsk +0 -0
- package/dist/vfs/usr/lib/R/share/zoneinfo/Asia/Taipei +0 -0
- package/dist/vfs/usr/lib/R/share/zoneinfo/Asia/Tashkent +0 -0
- package/dist/vfs/usr/lib/R/share/zoneinfo/Asia/Tbilisi +0 -0
- package/dist/vfs/usr/lib/R/share/zoneinfo/Asia/Tehran +0 -0
- package/dist/vfs/usr/lib/R/share/zoneinfo/Asia/Tel_Aviv +0 -0
- package/dist/vfs/usr/lib/R/share/zoneinfo/Asia/Thimbu +0 -0
- package/dist/vfs/usr/lib/R/share/zoneinfo/Asia/Thimphu +0 -0
- package/dist/vfs/usr/lib/R/share/zoneinfo/Asia/Tokyo +0 -0
- package/dist/vfs/usr/lib/R/share/zoneinfo/Asia/Tomsk +0 -0
- package/dist/vfs/usr/lib/R/share/zoneinfo/Asia/Ujung_Pandang +0 -0
- package/dist/vfs/usr/lib/R/share/zoneinfo/Asia/Ulaanbaatar +0 -0
- package/dist/vfs/usr/lib/R/share/zoneinfo/Asia/Ulan_Bator +0 -0
- package/dist/vfs/usr/lib/R/share/zoneinfo/Asia/Urumqi +0 -0
- package/dist/vfs/usr/lib/R/share/zoneinfo/Asia/Ust-Nera +0 -0
- package/dist/vfs/usr/lib/R/share/zoneinfo/Asia/Vientiane +0 -0
- package/dist/vfs/usr/lib/R/share/zoneinfo/Asia/Vladivostok +0 -0
- package/dist/vfs/usr/lib/R/share/zoneinfo/Asia/Yakutsk +0 -0
- package/dist/vfs/usr/lib/R/share/zoneinfo/Asia/Yangon +0 -0
- package/dist/vfs/usr/lib/R/share/zoneinfo/Asia/Yekaterinburg +0 -0
- package/dist/vfs/usr/lib/R/share/zoneinfo/Asia/Yerevan +0 -0
- package/dist/vfs/usr/lib/R/share/zoneinfo/Atlantic/Azores +0 -0
- package/dist/vfs/usr/lib/R/share/zoneinfo/Atlantic/Bermuda +0 -0
- package/dist/vfs/usr/lib/R/share/zoneinfo/Atlantic/Canary +0 -0
- package/dist/vfs/usr/lib/R/share/zoneinfo/Atlantic/Cape_Verde +0 -0
- package/dist/vfs/usr/lib/R/share/zoneinfo/Atlantic/Faeroe +0 -0
- package/dist/vfs/usr/lib/R/share/zoneinfo/Atlantic/Faroe +0 -0
- package/dist/vfs/usr/lib/R/share/zoneinfo/Atlantic/Jan_Mayen +0 -0
- package/dist/vfs/usr/lib/R/share/zoneinfo/Atlantic/Madeira +0 -0
- package/dist/vfs/usr/lib/R/share/zoneinfo/Atlantic/Reykjavik +0 -0
- package/dist/vfs/usr/lib/R/share/zoneinfo/Atlantic/South_Georgia +0 -0
- package/dist/vfs/usr/lib/R/share/zoneinfo/Atlantic/St_Helena +0 -0
- package/dist/vfs/usr/lib/R/share/zoneinfo/Atlantic/Stanley +0 -0
- package/dist/vfs/usr/lib/R/share/zoneinfo/Australia/ACT +0 -0
- package/dist/vfs/usr/lib/R/share/zoneinfo/Australia/Adelaide +0 -0
- package/dist/vfs/usr/lib/R/share/zoneinfo/Australia/Brisbane +0 -0
- package/dist/vfs/usr/lib/R/share/zoneinfo/Australia/Broken_Hill +0 -0
- package/dist/vfs/usr/lib/R/share/zoneinfo/Australia/Canberra +0 -0
- package/dist/vfs/usr/lib/R/share/zoneinfo/Australia/Currie +0 -0
- package/dist/vfs/usr/lib/R/share/zoneinfo/Australia/Darwin +0 -0
- package/dist/vfs/usr/lib/R/share/zoneinfo/Australia/Eucla +0 -0
- package/dist/vfs/usr/lib/R/share/zoneinfo/Australia/Hobart +0 -0
- package/dist/vfs/usr/lib/R/share/zoneinfo/Australia/LHI +0 -0
- package/dist/vfs/usr/lib/R/share/zoneinfo/Australia/Lindeman +0 -0
- package/dist/vfs/usr/lib/R/share/zoneinfo/Australia/Lord_Howe +0 -0
- package/dist/vfs/usr/lib/R/share/zoneinfo/Australia/Melbourne +0 -0
- package/dist/vfs/usr/lib/R/share/zoneinfo/Australia/NSW +0 -0
- package/dist/vfs/usr/lib/R/share/zoneinfo/Australia/North +0 -0
- package/dist/vfs/usr/lib/R/share/zoneinfo/Australia/Perth +0 -0
- package/dist/vfs/usr/lib/R/share/zoneinfo/Australia/Queensland +0 -0
- package/dist/vfs/usr/lib/R/share/zoneinfo/Australia/South +0 -0
- package/dist/vfs/usr/lib/R/share/zoneinfo/Australia/Sydney +0 -0
- package/dist/vfs/usr/lib/R/share/zoneinfo/Australia/Tasmania +0 -0
- package/dist/vfs/usr/lib/R/share/zoneinfo/Australia/Victoria +0 -0
- package/dist/vfs/usr/lib/R/share/zoneinfo/Australia/West +0 -0
- package/dist/vfs/usr/lib/R/share/zoneinfo/Australia/Yancowinna +0 -0
- package/dist/vfs/usr/lib/R/share/zoneinfo/Brazil/Acre +0 -0
- package/dist/vfs/usr/lib/R/share/zoneinfo/Brazil/DeNoronha +0 -0
- package/dist/vfs/usr/lib/R/share/zoneinfo/Brazil/East +0 -0
- package/dist/vfs/usr/lib/R/share/zoneinfo/Brazil/West +0 -0
- package/dist/vfs/usr/lib/R/share/zoneinfo/CET +0 -0
- package/dist/vfs/usr/lib/R/share/zoneinfo/CST6CDT +0 -0
- package/dist/vfs/usr/lib/R/share/zoneinfo/Canada/Atlantic +0 -0
- package/dist/vfs/usr/lib/R/share/zoneinfo/Canada/Central +0 -0
- package/dist/vfs/usr/lib/R/share/zoneinfo/Canada/Eastern +0 -0
- package/dist/vfs/usr/lib/R/share/zoneinfo/Canada/Mountain +0 -0
- package/dist/vfs/usr/lib/R/share/zoneinfo/Canada/Newfoundland +0 -0
- package/dist/vfs/usr/lib/R/share/zoneinfo/Canada/Pacific +0 -0
- package/dist/vfs/usr/lib/R/share/zoneinfo/Canada/Saskatchewan +0 -0
- package/dist/vfs/usr/lib/R/share/zoneinfo/Canada/Yukon +0 -0
- package/dist/vfs/usr/lib/R/share/zoneinfo/Chile/Continental +0 -0
- package/dist/vfs/usr/lib/R/share/zoneinfo/Chile/EasterIsland +0 -0
- package/dist/vfs/usr/lib/R/share/zoneinfo/Cuba +0 -0
- package/dist/vfs/usr/lib/R/share/zoneinfo/EET +0 -0
- package/dist/vfs/usr/lib/R/share/zoneinfo/EST +0 -0
- package/dist/vfs/usr/lib/R/share/zoneinfo/EST5EDT +0 -0
- package/dist/vfs/usr/lib/R/share/zoneinfo/Egypt +0 -0
- package/dist/vfs/usr/lib/R/share/zoneinfo/Eire +0 -0
- package/dist/vfs/usr/lib/R/share/zoneinfo/Etc/GMT +0 -0
- package/dist/vfs/usr/lib/R/share/zoneinfo/Etc/GMT+0 +0 -0
- package/dist/vfs/usr/lib/R/share/zoneinfo/Etc/GMT+1 +0 -0
- package/dist/vfs/usr/lib/R/share/zoneinfo/Etc/GMT+10 +0 -0
- package/dist/vfs/usr/lib/R/share/zoneinfo/Etc/GMT+11 +0 -0
- package/dist/vfs/usr/lib/R/share/zoneinfo/Etc/GMT+12 +0 -0
- package/dist/vfs/usr/lib/R/share/zoneinfo/Etc/GMT+2 +0 -0
- package/dist/vfs/usr/lib/R/share/zoneinfo/Etc/GMT+3 +0 -0
- package/dist/vfs/usr/lib/R/share/zoneinfo/Etc/GMT+4 +0 -0
- package/dist/vfs/usr/lib/R/share/zoneinfo/Etc/GMT+5 +0 -0
- package/dist/vfs/usr/lib/R/share/zoneinfo/Etc/GMT+6 +0 -0
- package/dist/vfs/usr/lib/R/share/zoneinfo/Etc/GMT+7 +0 -0
- package/dist/vfs/usr/lib/R/share/zoneinfo/Etc/GMT+8 +0 -0
- package/dist/vfs/usr/lib/R/share/zoneinfo/Etc/GMT+9 +0 -0
- package/dist/vfs/usr/lib/R/share/zoneinfo/Etc/GMT-0 +0 -0
- package/dist/vfs/usr/lib/R/share/zoneinfo/Etc/GMT-1 +0 -0
- package/dist/vfs/usr/lib/R/share/zoneinfo/Etc/GMT-10 +0 -0
- package/dist/vfs/usr/lib/R/share/zoneinfo/Etc/GMT-11 +0 -0
- package/dist/vfs/usr/lib/R/share/zoneinfo/Etc/GMT-12 +0 -0
- package/dist/vfs/usr/lib/R/share/zoneinfo/Etc/GMT-13 +0 -0
- package/dist/vfs/usr/lib/R/share/zoneinfo/Etc/GMT-14 +0 -0
- package/dist/vfs/usr/lib/R/share/zoneinfo/Etc/GMT-2 +0 -0
- package/dist/vfs/usr/lib/R/share/zoneinfo/Etc/GMT-3 +0 -0
- package/dist/vfs/usr/lib/R/share/zoneinfo/Etc/GMT-4 +0 -0
- package/dist/vfs/usr/lib/R/share/zoneinfo/Etc/GMT-5 +0 -0
- package/dist/vfs/usr/lib/R/share/zoneinfo/Etc/GMT-6 +0 -0
- package/dist/vfs/usr/lib/R/share/zoneinfo/Etc/GMT-7 +0 -0
- package/dist/vfs/usr/lib/R/share/zoneinfo/Etc/GMT-8 +0 -0
- package/dist/vfs/usr/lib/R/share/zoneinfo/Etc/GMT-9 +0 -0
- package/dist/vfs/usr/lib/R/share/zoneinfo/Etc/GMT0 +0 -0
- package/dist/vfs/usr/lib/R/share/zoneinfo/Etc/Greenwich +0 -0
- package/dist/vfs/usr/lib/R/share/zoneinfo/Etc/UCT +0 -0
- package/dist/vfs/usr/lib/R/share/zoneinfo/Etc/UTC +0 -0
- package/dist/vfs/usr/lib/R/share/zoneinfo/Etc/Universal +0 -0
- package/dist/vfs/usr/lib/R/share/zoneinfo/Etc/Zulu +0 -0
- package/dist/vfs/usr/lib/R/share/zoneinfo/Europe/Amsterdam +0 -0
- package/dist/vfs/usr/lib/R/share/zoneinfo/Europe/Andorra +0 -0
- package/dist/vfs/usr/lib/R/share/zoneinfo/Europe/Astrakhan +0 -0
- package/dist/vfs/usr/lib/R/share/zoneinfo/Europe/Athens +0 -0
- package/dist/vfs/usr/lib/R/share/zoneinfo/Europe/Belfast +0 -0
- package/dist/vfs/usr/lib/R/share/zoneinfo/Europe/Belgrade +0 -0
- package/dist/vfs/usr/lib/R/share/zoneinfo/Europe/Berlin +0 -0
- package/dist/vfs/usr/lib/R/share/zoneinfo/Europe/Bratislava +0 -0
- package/dist/vfs/usr/lib/R/share/zoneinfo/Europe/Brussels +0 -0
- package/dist/vfs/usr/lib/R/share/zoneinfo/Europe/Bucharest +0 -0
- package/dist/vfs/usr/lib/R/share/zoneinfo/Europe/Budapest +0 -0
- package/dist/vfs/usr/lib/R/share/zoneinfo/Europe/Busingen +0 -0
- package/dist/vfs/usr/lib/R/share/zoneinfo/Europe/Chisinau +0 -0
- package/dist/vfs/usr/lib/R/share/zoneinfo/Europe/Copenhagen +0 -0
- package/dist/vfs/usr/lib/R/share/zoneinfo/Europe/Dublin +0 -0
- package/dist/vfs/usr/lib/R/share/zoneinfo/Europe/Gibraltar +0 -0
- package/dist/vfs/usr/lib/R/share/zoneinfo/Europe/Guernsey +0 -0
- package/dist/vfs/usr/lib/R/share/zoneinfo/Europe/Helsinki +0 -0
- package/dist/vfs/usr/lib/R/share/zoneinfo/Europe/Isle_of_Man +0 -0
- package/dist/vfs/usr/lib/R/share/zoneinfo/Europe/Istanbul +0 -0
- package/dist/vfs/usr/lib/R/share/zoneinfo/Europe/Jersey +0 -0
- package/dist/vfs/usr/lib/R/share/zoneinfo/Europe/Kaliningrad +0 -0
- package/dist/vfs/usr/lib/R/share/zoneinfo/Europe/Kiev +0 -0
- package/dist/vfs/usr/lib/R/share/zoneinfo/Europe/Kirov +0 -0
- package/dist/vfs/usr/lib/R/share/zoneinfo/Europe/Kyiv +0 -0
- package/dist/vfs/usr/lib/R/share/zoneinfo/Europe/Lisbon +0 -0
- package/dist/vfs/usr/lib/R/share/zoneinfo/Europe/Ljubljana +0 -0
- package/dist/vfs/usr/lib/R/share/zoneinfo/Europe/London +0 -0
- package/dist/vfs/usr/lib/R/share/zoneinfo/Europe/Luxembourg +0 -0
- package/dist/vfs/usr/lib/R/share/zoneinfo/Europe/Madrid +0 -0
- package/dist/vfs/usr/lib/R/share/zoneinfo/Europe/Malta +0 -0
- package/dist/vfs/usr/lib/R/share/zoneinfo/Europe/Mariehamn +0 -0
- package/dist/vfs/usr/lib/R/share/zoneinfo/Europe/Minsk +0 -0
- package/dist/vfs/usr/lib/R/share/zoneinfo/Europe/Monaco +0 -0
- package/dist/vfs/usr/lib/R/share/zoneinfo/Europe/Moscow +0 -0
- package/dist/vfs/usr/lib/R/share/zoneinfo/Europe/Nicosia +0 -0
- package/dist/vfs/usr/lib/R/share/zoneinfo/Europe/Oslo +0 -0
- package/dist/vfs/usr/lib/R/share/zoneinfo/Europe/Paris +0 -0
- package/dist/vfs/usr/lib/R/share/zoneinfo/Europe/Podgorica +0 -0
- package/dist/vfs/usr/lib/R/share/zoneinfo/Europe/Prague +0 -0
- package/dist/vfs/usr/lib/R/share/zoneinfo/Europe/Riga +0 -0
- package/dist/vfs/usr/lib/R/share/zoneinfo/Europe/Rome +0 -0
- package/dist/vfs/usr/lib/R/share/zoneinfo/Europe/Samara +0 -0
- package/dist/vfs/usr/lib/R/share/zoneinfo/Europe/San_Marino +0 -0
- package/dist/vfs/usr/lib/R/share/zoneinfo/Europe/Sarajevo +0 -0
- package/dist/vfs/usr/lib/R/share/zoneinfo/Europe/Saratov +0 -0
- package/dist/vfs/usr/lib/R/share/zoneinfo/Europe/Simferopol +0 -0
- package/dist/vfs/usr/lib/R/share/zoneinfo/Europe/Skopje +0 -0
- package/dist/vfs/usr/lib/R/share/zoneinfo/Europe/Sofia +0 -0
- package/dist/vfs/usr/lib/R/share/zoneinfo/Europe/Stockholm +0 -0
- package/dist/vfs/usr/lib/R/share/zoneinfo/Europe/Tallinn +0 -0
- package/dist/vfs/usr/lib/R/share/zoneinfo/Europe/Tirane +0 -0
- package/dist/vfs/usr/lib/R/share/zoneinfo/Europe/Tiraspol +0 -0
- package/dist/vfs/usr/lib/R/share/zoneinfo/Europe/Ulyanovsk +0 -0
- package/dist/vfs/usr/lib/R/share/zoneinfo/Europe/Uzhgorod +0 -0
- package/dist/vfs/usr/lib/R/share/zoneinfo/Europe/Vaduz +0 -0
- package/dist/vfs/usr/lib/R/share/zoneinfo/Europe/Vatican +0 -0
- package/dist/vfs/usr/lib/R/share/zoneinfo/Europe/Vienna +0 -0
- package/dist/vfs/usr/lib/R/share/zoneinfo/Europe/Vilnius +0 -0
- package/dist/vfs/usr/lib/R/share/zoneinfo/Europe/Volgograd +0 -0
- package/dist/vfs/usr/lib/R/share/zoneinfo/Europe/Warsaw +0 -0
- package/dist/vfs/usr/lib/R/share/zoneinfo/Europe/Zagreb +0 -0
- package/dist/vfs/usr/lib/R/share/zoneinfo/Europe/Zaporozhye +0 -0
- package/dist/vfs/usr/lib/R/share/zoneinfo/Europe/Zurich +0 -0
- package/dist/vfs/usr/lib/R/share/zoneinfo/GB +0 -0
- package/dist/vfs/usr/lib/R/share/zoneinfo/GB-Eire +0 -0
- package/dist/vfs/usr/lib/R/share/zoneinfo/GMT +0 -0
- package/dist/vfs/usr/lib/R/share/zoneinfo/GMT+0 +0 -0
- package/dist/vfs/usr/lib/R/share/zoneinfo/GMT-0 +0 -0
- package/dist/vfs/usr/lib/R/share/zoneinfo/GMT0 +0 -0
- package/dist/vfs/usr/lib/R/share/zoneinfo/Greenwich +0 -0
- package/dist/vfs/usr/lib/R/share/zoneinfo/HST +0 -0
- package/dist/vfs/usr/lib/R/share/zoneinfo/Hongkong +0 -0
- package/dist/vfs/usr/lib/R/share/zoneinfo/Iceland +0 -0
- package/dist/vfs/usr/lib/R/share/zoneinfo/Indian/Antananarivo +0 -0
- package/dist/vfs/usr/lib/R/share/zoneinfo/Indian/Chagos +0 -0
- package/dist/vfs/usr/lib/R/share/zoneinfo/Indian/Christmas +0 -0
- package/dist/vfs/usr/lib/R/share/zoneinfo/Indian/Cocos +0 -0
- package/dist/vfs/usr/lib/R/share/zoneinfo/Indian/Comoro +0 -0
- package/dist/vfs/usr/lib/R/share/zoneinfo/Indian/Kerguelen +0 -0
- package/dist/vfs/usr/lib/R/share/zoneinfo/Indian/Mahe +0 -0
- package/dist/vfs/usr/lib/R/share/zoneinfo/Indian/Maldives +0 -0
- package/dist/vfs/usr/lib/R/share/zoneinfo/Indian/Mauritius +0 -0
- package/dist/vfs/usr/lib/R/share/zoneinfo/Indian/Mayotte +0 -0
- package/dist/vfs/usr/lib/R/share/zoneinfo/Indian/Reunion +0 -0
- package/dist/vfs/usr/lib/R/share/zoneinfo/Iran +0 -0
- package/dist/vfs/usr/lib/R/share/zoneinfo/Israel +0 -0
- package/dist/vfs/usr/lib/R/share/zoneinfo/Jamaica +0 -0
- package/dist/vfs/usr/lib/R/share/zoneinfo/Japan +0 -0
- package/dist/vfs/usr/lib/R/share/zoneinfo/Kwajalein +0 -0
- package/dist/vfs/usr/lib/R/share/zoneinfo/Libya +0 -0
- package/dist/vfs/usr/lib/R/share/zoneinfo/MET +0 -0
- package/dist/vfs/usr/lib/R/share/zoneinfo/MST +0 -0
- package/dist/vfs/usr/lib/R/share/zoneinfo/MST7MDT +0 -0
- package/dist/vfs/usr/lib/R/share/zoneinfo/Mexico/BajaNorte +0 -0
- package/dist/vfs/usr/lib/R/share/zoneinfo/Mexico/BajaSur +0 -0
- package/dist/vfs/usr/lib/R/share/zoneinfo/Mexico/General +0 -0
- package/dist/vfs/usr/lib/R/share/zoneinfo/NZ +0 -0
- package/dist/vfs/usr/lib/R/share/zoneinfo/NZ-CHAT +0 -0
- package/dist/vfs/usr/lib/R/share/zoneinfo/Navajo +0 -0
- package/dist/vfs/usr/lib/R/share/zoneinfo/PRC +0 -0
- package/dist/vfs/usr/lib/R/share/zoneinfo/PST8PDT +0 -0
- package/dist/vfs/usr/lib/R/share/zoneinfo/Pacific/Apia +0 -0
- package/dist/vfs/usr/lib/R/share/zoneinfo/Pacific/Auckland +0 -0
- package/dist/vfs/usr/lib/R/share/zoneinfo/Pacific/Bougainville +0 -0
- package/dist/vfs/usr/lib/R/share/zoneinfo/Pacific/Chatham +0 -0
- package/dist/vfs/usr/lib/R/share/zoneinfo/Pacific/Chuuk +0 -0
- package/dist/vfs/usr/lib/R/share/zoneinfo/Pacific/Easter +0 -0
- package/dist/vfs/usr/lib/R/share/zoneinfo/Pacific/Efate +0 -0
- package/dist/vfs/usr/lib/R/share/zoneinfo/Pacific/Enderbury +0 -0
- package/dist/vfs/usr/lib/R/share/zoneinfo/Pacific/Fakaofo +0 -0
- package/dist/vfs/usr/lib/R/share/zoneinfo/Pacific/Fiji +0 -0
- package/dist/vfs/usr/lib/R/share/zoneinfo/Pacific/Funafuti +0 -0
- package/dist/vfs/usr/lib/R/share/zoneinfo/Pacific/Galapagos +0 -0
- package/dist/vfs/usr/lib/R/share/zoneinfo/Pacific/Gambier +0 -0
- package/dist/vfs/usr/lib/R/share/zoneinfo/Pacific/Guadalcanal +0 -0
- package/dist/vfs/usr/lib/R/share/zoneinfo/Pacific/Guam +0 -0
- package/dist/vfs/usr/lib/R/share/zoneinfo/Pacific/Honolulu +0 -0
- package/dist/vfs/usr/lib/R/share/zoneinfo/Pacific/Johnston +0 -0
- package/dist/vfs/usr/lib/R/share/zoneinfo/Pacific/Kanton +0 -0
- package/dist/vfs/usr/lib/R/share/zoneinfo/Pacific/Kiritimati +0 -0
- package/dist/vfs/usr/lib/R/share/zoneinfo/Pacific/Kosrae +0 -0
- package/dist/vfs/usr/lib/R/share/zoneinfo/Pacific/Kwajalein +0 -0
- package/dist/vfs/usr/lib/R/share/zoneinfo/Pacific/Majuro +0 -0
- package/dist/vfs/usr/lib/R/share/zoneinfo/Pacific/Marquesas +0 -0
- package/dist/vfs/usr/lib/R/share/zoneinfo/Pacific/Midway +0 -0
- package/dist/vfs/usr/lib/R/share/zoneinfo/Pacific/Nauru +0 -0
- package/dist/vfs/usr/lib/R/share/zoneinfo/Pacific/Niue +0 -0
- package/dist/vfs/usr/lib/R/share/zoneinfo/Pacific/Norfolk +0 -0
- package/dist/vfs/usr/lib/R/share/zoneinfo/Pacific/Noumea +0 -0
- package/dist/vfs/usr/lib/R/share/zoneinfo/Pacific/Pago_Pago +0 -0
- package/dist/vfs/usr/lib/R/share/zoneinfo/Pacific/Palau +0 -0
- package/dist/vfs/usr/lib/R/share/zoneinfo/Pacific/Pitcairn +0 -0
- package/dist/vfs/usr/lib/R/share/zoneinfo/Pacific/Pohnpei +0 -0
- package/dist/vfs/usr/lib/R/share/zoneinfo/Pacific/Ponape +0 -0
- package/dist/vfs/usr/lib/R/share/zoneinfo/Pacific/Port_Moresby +0 -0
- package/dist/vfs/usr/lib/R/share/zoneinfo/Pacific/Rarotonga +0 -0
- package/dist/vfs/usr/lib/R/share/zoneinfo/Pacific/Saipan +0 -0
- package/dist/vfs/usr/lib/R/share/zoneinfo/Pacific/Samoa +0 -0
- package/dist/vfs/usr/lib/R/share/zoneinfo/Pacific/Tahiti +0 -0
- package/dist/vfs/usr/lib/R/share/zoneinfo/Pacific/Tarawa +0 -0
- package/dist/vfs/usr/lib/R/share/zoneinfo/Pacific/Tongatapu +0 -0
- package/dist/vfs/usr/lib/R/share/zoneinfo/Pacific/Truk +0 -0
- package/dist/vfs/usr/lib/R/share/zoneinfo/Pacific/Wake +0 -0
- package/dist/vfs/usr/lib/R/share/zoneinfo/Pacific/Wallis +0 -0
- package/dist/vfs/usr/lib/R/share/zoneinfo/Pacific/Yap +0 -0
- package/dist/vfs/usr/lib/R/share/zoneinfo/Poland +0 -0
- package/dist/vfs/usr/lib/R/share/zoneinfo/Portugal +0 -0
- package/dist/vfs/usr/lib/R/share/zoneinfo/ROC +0 -0
- package/dist/vfs/usr/lib/R/share/zoneinfo/ROK +0 -0
- package/dist/vfs/usr/lib/R/share/zoneinfo/Singapore +0 -0
- package/dist/vfs/usr/lib/R/share/zoneinfo/Turkey +0 -0
- package/dist/vfs/usr/lib/R/share/zoneinfo/UCT +0 -0
- package/dist/vfs/usr/lib/R/share/zoneinfo/US/Alaska +0 -0
- package/dist/vfs/usr/lib/R/share/zoneinfo/US/Aleutian +0 -0
- package/dist/vfs/usr/lib/R/share/zoneinfo/US/Arizona +0 -0
- package/dist/vfs/usr/lib/R/share/zoneinfo/US/Central +0 -0
- package/dist/vfs/usr/lib/R/share/zoneinfo/US/East-Indiana +0 -0
- package/dist/vfs/usr/lib/R/share/zoneinfo/US/Eastern +0 -0
- package/dist/vfs/usr/lib/R/share/zoneinfo/US/Hawaii +0 -0
- package/dist/vfs/usr/lib/R/share/zoneinfo/US/Indiana-Starke +0 -0
- package/dist/vfs/usr/lib/R/share/zoneinfo/US/Michigan +0 -0
- package/dist/vfs/usr/lib/R/share/zoneinfo/US/Mountain +0 -0
- package/dist/vfs/usr/lib/R/share/zoneinfo/US/Pacific +0 -0
- package/dist/vfs/usr/lib/R/share/zoneinfo/US/Samoa +0 -0
- package/dist/vfs/usr/lib/R/share/zoneinfo/UTC +0 -0
- package/dist/vfs/usr/lib/R/share/zoneinfo/Universal +0 -0
- package/dist/vfs/usr/lib/R/share/zoneinfo/VERSION +1 -0
- package/dist/vfs/usr/lib/R/share/zoneinfo/W-SU +0 -0
- package/dist/vfs/usr/lib/R/share/zoneinfo/WET +0 -0
- package/dist/vfs/usr/lib/R/share/zoneinfo/Zulu +0 -0
- package/dist/vfs/usr/lib/R/share/zoneinfo/iso3166.tab +274 -0
- package/dist/vfs/usr/lib/R/share/zoneinfo/zone.tab +448 -0
- package/dist/vfs/usr/lib/R/share/zoneinfo/zone1970.tab +374 -0
- package/dist/vfs/usr/lib/R/tests/CRANtools.R +35 -0
- package/dist/vfs/usr/lib/R/tests/EmbeddedNuls.csv +0 -0
- package/dist/vfs/usr/lib/R/tests/Examples/datasets-Ex.Rout.save +3602 -0
- package/dist/vfs/usr/lib/R/tests/Examples/grDevices-Ex.Rout.save +4379 -0
- package/dist/vfs/usr/lib/R/tests/Examples/graphics-Ex.Rout.save +3237 -0
- package/dist/vfs/usr/lib/R/tests/Examples/grid-Ex.Rout.save +2458 -0
- package/dist/vfs/usr/lib/R/tests/Examples/splines-Ex.Rout.save +599 -0
- package/dist/vfs/usr/lib/R/tests/Examples/stats-Ex.Rout.save +19391 -0
- package/dist/vfs/usr/lib/R/tests/Examples/stats4-Ex.Rout.save +340 -0
- package/dist/vfs/usr/lib/R/tests/Examples/tools-Ex.Rout.save +1125 -0
- package/dist/vfs/usr/lib/R/tests/Makefile +76 -0
- package/dist/vfs/usr/lib/R/tests/Makefile.common +529 -0
- package/dist/vfs/usr/lib/R/tests/PCRE.R +123 -0
- package/dist/vfs/usr/lib/R/tests/README +117 -0
- package/dist/vfs/usr/lib/R/tests/WinUnicode.dat +0 -0
- package/dist/vfs/usr/lib/R/tests/any-all.R +93 -0
- package/dist/vfs/usr/lib/R/tests/any-all.Rout.save +111 -0
- package/dist/vfs/usr/lib/R/tests/arima.rda +0 -0
- package/dist/vfs/usr/lib/R/tests/arith-true.R +220 -0
- package/dist/vfs/usr/lib/R/tests/arith-true.Rout.save +327 -0
- package/dist/vfs/usr/lib/R/tests/arith.R +26 -0
- package/dist/vfs/usr/lib/R/tests/arith.Rout.save +88 -0
- package/dist/vfs/usr/lib/R/tests/array-subset.R +86 -0
- package/dist/vfs/usr/lib/R/tests/complex.R +159 -0
- package/dist/vfs/usr/lib/R/tests/complex.Rout.save +297 -0
- package/dist/vfs/usr/lib/R/tests/conditions.R +155 -0
- package/dist/vfs/usr/lib/R/tests/d-p-q-r-tests.R +504 -0
- package/dist/vfs/usr/lib/R/tests/d-p-q-r-tests.Rout.save +884 -0
- package/dist/vfs/usr/lib/R/tests/d-p-q-r-tst-2.R +829 -0
- package/dist/vfs/usr/lib/R/tests/datasets.R +9 -0
- package/dist/vfs/usr/lib/R/tests/datasets.Rout.save +669 -0
- package/dist/vfs/usr/lib/R/tests/datetime.R +43 -0
- package/dist/vfs/usr/lib/R/tests/datetime.Rout.save +81 -0
- package/dist/vfs/usr/lib/R/tests/datetime2.R +150 -0
- package/dist/vfs/usr/lib/R/tests/datetime2.Rout.save +529 -0
- package/dist/vfs/usr/lib/R/tests/datetime3.R +535 -0
- package/dist/vfs/usr/lib/R/tests/datetime4.R +94 -0
- package/dist/vfs/usr/lib/R/tests/datetime4.Rout.save +386 -0
- package/dist/vfs/usr/lib/R/tests/datetime5.R +30 -0
- package/dist/vfs/usr/lib/R/tests/datetime5.Rout.save +92 -0
- package/dist/vfs/usr/lib/R/tests/demos.R +30 -0
- package/dist/vfs/usr/lib/R/tests/demos.Rout.save +1642 -0
- package/dist/vfs/usr/lib/R/tests/demos2.R +9 -0
- package/dist/vfs/usr/lib/R/tests/encodings.R +27 -0
- package/dist/vfs/usr/lib/R/tests/eval-etc.R +234 -0
- package/dist/vfs/usr/lib/R/tests/eval-etc.Rout.save +1014 -0
- package/dist/vfs/usr/lib/R/tests/eval-fns.R +99 -0
- package/dist/vfs/usr/lib/R/tests/iconv.R +35 -0
- package/dist/vfs/usr/lib/R/tests/iec60559.R +18 -0
- package/dist/vfs/usr/lib/R/tests/iec60559.Rout.save +60 -0
- package/dist/vfs/usr/lib/R/tests/internet.R +20 -0
- package/dist/vfs/usr/lib/R/tests/internet.Rout.save +164 -0
- package/dist/vfs/usr/lib/R/tests/internet2.R +69 -0
- package/dist/vfs/usr/lib/R/tests/isas-tests.Rin +60 -0
- package/dist/vfs/usr/lib/R/tests/isas-tests.Rout.save +2598 -0
- package/dist/vfs/usr/lib/R/tests/lapack.R +175 -0
- package/dist/vfs/usr/lib/R/tests/lapack.Rout.save +435 -0
- package/dist/vfs/usr/lib/R/tests/libcurl.R +88 -0
- package/dist/vfs/usr/lib/R/tests/lm-tests.R +101 -0
- package/dist/vfs/usr/lib/R/tests/lm-tests.Rout.save +414 -0
- package/dist/vfs/usr/lib/R/tests/method-dispatch.R +157 -0
- package/dist/vfs/usr/lib/R/tests/method-dispatch.Rout.save +222 -0
- package/dist/vfs/usr/lib/R/tests/nanbug.rda +0 -0
- package/dist/vfs/usr/lib/R/tests/no-segfault.Rin +143 -0
- package/dist/vfs/usr/lib/R/tests/ok-errors.R +24 -0
- package/dist/vfs/usr/lib/R/tests/ok-errors.Rout.save +44 -0
- package/dist/vfs/usr/lib/R/tests/p-qbeta-strict-tst.R +595 -0
- package/dist/vfs/usr/lib/R/tests/p-r-random-tests.R +181 -0
- package/dist/vfs/usr/lib/R/tests/p-r-random-tests.Rout.save +326 -0
- package/dist/vfs/usr/lib/R/tests/primitives.R +146 -0
- package/dist/vfs/usr/lib/R/tests/print-tests.R +343 -0
- package/dist/vfs/usr/lib/R/tests/print-tests.Rout.save +946 -0
- package/dist/vfs/usr/lib/R/tests/r-strict-tst.R +57 -0
- package/dist/vfs/usr/lib/R/tests/reg-BLAS.R +135 -0
- package/dist/vfs/usr/lib/R/tests/reg-IO.R +60 -0
- package/dist/vfs/usr/lib/R/tests/reg-IO.Rout.save +176 -0
- package/dist/vfs/usr/lib/R/tests/reg-IO2.R +124 -0
- package/dist/vfs/usr/lib/R/tests/reg-IO2.Rout.save +252 -0
- package/dist/vfs/usr/lib/R/tests/reg-S4-examples.R +357 -0
- package/dist/vfs/usr/lib/R/tests/reg-S4.R +1024 -0
- package/dist/vfs/usr/lib/R/tests/reg-S4.Rout.save +1365 -0
- package/dist/vfs/usr/lib/R/tests/reg-examples1.R +92 -0
- package/dist/vfs/usr/lib/R/tests/reg-examples2.R +38 -0
- package/dist/vfs/usr/lib/R/tests/reg-examples3.Rout.save +546 -0
- package/dist/vfs/usr/lib/R/tests/reg-packages.R +559 -0
- package/dist/vfs/usr/lib/R/tests/reg-plot-latin1.R +6 -0
- package/dist/vfs/usr/lib/R/tests/reg-plot-latin1.pdf.save +649 -0
- package/dist/vfs/usr/lib/R/tests/reg-plot.R +298 -0
- package/dist/vfs/usr/lib/R/tests/reg-plot.pdf.save +11498 -0
- package/dist/vfs/usr/lib/R/tests/reg-tests-1a.R +4898 -0
- package/dist/vfs/usr/lib/R/tests/reg-tests-1b.R +2120 -0
- package/dist/vfs/usr/lib/R/tests/reg-tests-1c.R +1631 -0
- package/dist/vfs/usr/lib/R/tests/reg-tests-1d.R +5797 -0
- package/dist/vfs/usr/lib/R/tests/reg-tests-1e.R +557 -0
- package/dist/vfs/usr/lib/R/tests/reg-tests-2.R +3370 -0
- package/dist/vfs/usr/lib/R/tests/reg-tests-2.Rout.save +8317 -0
- package/dist/vfs/usr/lib/R/tests/reg-tests-3.Rout.save +1075 -0
- package/dist/vfs/usr/lib/R/tests/reg-translation.R +125 -0
- package/dist/vfs/usr/lib/R/tests/simple-true.R +190 -0
- package/dist/vfs/usr/lib/R/tests/simple-true.Rout.save +300 -0
- package/dist/vfs/usr/lib/R/tests/structure.R +48 -0
- package/dist/vfs/usr/lib/R/tests/structure.Rout.save +88 -0
- package/dist/vfs/usr/lib/R/tests/timezone.R +9 -0
- package/dist/vfs/usr/lib/R/tests/utf8-regex.R +373 -0
- package/dist/webR/chan/channel-common.d.ts +19 -0
- package/dist/webR/chan/channel-service.d.ts +30 -0
- package/dist/webR/chan/channel-shared.d.ts +24 -0
- package/dist/webR/chan/channel.d.ts +43 -0
- package/dist/webR/chan/message.d.ts +50 -0
- package/dist/webR/chan/queue.d.ts +17 -0
- package/dist/webR/chan/serviceworker.d.ts +6 -0
- package/dist/webR/chan/task-common.d.ts +17 -0
- package/dist/webR/chan/task-main.d.ts +15 -0
- package/dist/webR/chan/task-worker.d.ts +42 -0
- package/dist/webR/compat.d.ts +2 -0
- package/dist/webR/config.d.ts +2 -0
- package/dist/webR/console.d.ts +68 -0
- package/dist/webR/emscripten.d.ts +126 -0
- package/dist/webR/payload.d.ts +47 -0
- package/dist/webR/proxy.d.ts +115 -0
- package/dist/webR/robj-main.d.ts +112 -0
- package/dist/webR/robj-worker.d.ts +225 -0
- package/dist/webR/robj.d.ts +113 -0
- package/dist/webR/utils-r.d.ts +25 -0
- package/dist/webR/utils.d.ts +12 -0
- package/dist/webR/webr-chan.d.ts +141 -0
- package/dist/webR/webr-main.d.ts +282 -0
- package/dist/webR/webr-worker.d.ts +1 -0
- package/dist/webr-serviceworker.js +1654 -0
- package/dist/webr-serviceworker.js.map +7 -0
- package/dist/webr-serviceworker.mjs +1658 -0
- package/dist/webr-serviceworker.mjs.map +7 -0
- package/dist/webr-worker.js +4546 -0
- package/dist/webr-worker.js.map +7 -0
- package/dist/webr.cjs +4 -0
- package/dist/webr.cjs.map +7 -0
- package/dist/webr.mjs +4 -0
- package/dist/webr.mjs.map +7 -0
- package/package.json +1 -1
|
@@ -0,0 +1,2458 @@
|
|
|
1
|
+
|
|
2
|
+
R Under development (unstable) (2023-02-17 r83864) -- "Unsuffered Consequences"
|
|
3
|
+
Copyright (C) 2023 The R Foundation for Statistical Computing
|
|
4
|
+
Platform: x86_64-pc-linux-gnu (64-bit)
|
|
5
|
+
|
|
6
|
+
R is free software and comes with ABSOLUTELY NO WARRANTY.
|
|
7
|
+
You are welcome to redistribute it under certain conditions.
|
|
8
|
+
Type 'license()' or 'licence()' for distribution details.
|
|
9
|
+
|
|
10
|
+
Natural language support but running in an English locale
|
|
11
|
+
|
|
12
|
+
R is a collaborative project with many contributors.
|
|
13
|
+
Type 'contributors()' for more information and
|
|
14
|
+
'citation()' on how to cite R or R packages in publications.
|
|
15
|
+
|
|
16
|
+
Type 'demo()' for some demos, 'help()' for on-line help, or
|
|
17
|
+
'help.start()' for an HTML browser interface to help.
|
|
18
|
+
Type 'q()' to quit R.
|
|
19
|
+
|
|
20
|
+
> pkgname <- "grid"
|
|
21
|
+
> source(file.path(R.home("share"), "R", "examples-header.R"))
|
|
22
|
+
> options(warn = 1)
|
|
23
|
+
> library('grid')
|
|
24
|
+
>
|
|
25
|
+
> base::assign(".oldSearch", base::search(), pos = 'CheckExEnv')
|
|
26
|
+
> base::assign(".old_wd", base::getwd(), pos = 'CheckExEnv')
|
|
27
|
+
> cleanEx()
|
|
28
|
+
> nameEx("Grid")
|
|
29
|
+
> ### * Grid
|
|
30
|
+
>
|
|
31
|
+
> flush(stderr()); flush(stdout())
|
|
32
|
+
>
|
|
33
|
+
> ### Name: Grid
|
|
34
|
+
> ### Title: Grid Graphics
|
|
35
|
+
> ### Aliases: Grid
|
|
36
|
+
> ### Keywords: dplot
|
|
37
|
+
>
|
|
38
|
+
> ### ** Examples
|
|
39
|
+
>
|
|
40
|
+
> ## Diagram of a simple layout
|
|
41
|
+
> grid.show.layout(grid.layout(4,2,
|
|
42
|
+
+ heights=unit(rep(1, 4),
|
|
43
|
+
+ c("lines", "lines", "lines", "null")),
|
|
44
|
+
+ widths=unit(c(1, 1), "inches")))
|
|
45
|
+
> ## Diagram of a sample viewport
|
|
46
|
+
> grid.show.viewport(viewport(x=0.6, y=0.6,
|
|
47
|
+
+ width=unit(1, "inches"), height=unit(1, "inches")))
|
|
48
|
+
> ## A flash plotting example
|
|
49
|
+
> grid.multipanel(vp=viewport(0.5, 0.5, 0.8, 0.8))
|
|
50
|
+
>
|
|
51
|
+
>
|
|
52
|
+
>
|
|
53
|
+
> cleanEx()
|
|
54
|
+
> nameEx("arrow")
|
|
55
|
+
> ### * arrow
|
|
56
|
+
>
|
|
57
|
+
> flush(stderr()); flush(stdout())
|
|
58
|
+
>
|
|
59
|
+
> ### Name: arrow
|
|
60
|
+
> ### Title: Describe arrows to add to a line.
|
|
61
|
+
> ### Aliases: arrow
|
|
62
|
+
> ### Keywords: dplot
|
|
63
|
+
>
|
|
64
|
+
> ### ** Examples
|
|
65
|
+
>
|
|
66
|
+
> arrow()
|
|
67
|
+
$angle
|
|
68
|
+
[1] 30
|
|
69
|
+
|
|
70
|
+
$length
|
|
71
|
+
[1] 0.25inches
|
|
72
|
+
|
|
73
|
+
$ends
|
|
74
|
+
[1] 2
|
|
75
|
+
|
|
76
|
+
$type
|
|
77
|
+
[1] 1
|
|
78
|
+
|
|
79
|
+
attr(,"class")
|
|
80
|
+
[1] "arrow"
|
|
81
|
+
>
|
|
82
|
+
>
|
|
83
|
+
>
|
|
84
|
+
> cleanEx()
|
|
85
|
+
> nameEx("as.mask")
|
|
86
|
+
> ### * as.mask
|
|
87
|
+
>
|
|
88
|
+
> flush(stderr()); flush(stdout())
|
|
89
|
+
>
|
|
90
|
+
> ### Name: as.mask
|
|
91
|
+
> ### Title: Define a Soft Mask
|
|
92
|
+
> ### Aliases: as.mask
|
|
93
|
+
> ### Keywords: dplot
|
|
94
|
+
>
|
|
95
|
+
> ### ** Examples
|
|
96
|
+
>
|
|
97
|
+
> ## NOTE: on devices without support for masks normal line segments
|
|
98
|
+
> ## will be drawn
|
|
99
|
+
> grid.newpage()
|
|
100
|
+
> ## Alpha mask
|
|
101
|
+
> grid.segments(y0=1, y1=0, gp=gpar(col=2, lwd=100))
|
|
102
|
+
> pushViewport(viewport(mask=circleGrob(gp=gpar(fill=rgb(0,0,0,.5)))))
|
|
103
|
+
> grid.segments(gp=gpar(col=3, lwd=100))
|
|
104
|
+
> grid.newpage()
|
|
105
|
+
> ## Luminance mask
|
|
106
|
+
> grid.segments(y0=1, y1=0, gp=gpar(col=2, lwd=100))
|
|
107
|
+
> pushViewport(viewport(mask=as.mask(circleGrob(gp=gpar(fill="grey50")),
|
|
108
|
+
+ "luminance")))
|
|
109
|
+
> grid.segments(gp=gpar(col=3, lwd=100))
|
|
110
|
+
>
|
|
111
|
+
>
|
|
112
|
+
>
|
|
113
|
+
> cleanEx()
|
|
114
|
+
> nameEx("calcStringMetric")
|
|
115
|
+
> ### * calcStringMetric
|
|
116
|
+
>
|
|
117
|
+
> flush(stderr()); flush(stdout())
|
|
118
|
+
>
|
|
119
|
+
> ### Name: calcStringMetric
|
|
120
|
+
> ### Title: Calculate Metric Information for Text
|
|
121
|
+
> ### Aliases: calcStringMetric
|
|
122
|
+
> ### Keywords: dplot
|
|
123
|
+
>
|
|
124
|
+
> ### ** Examples
|
|
125
|
+
>
|
|
126
|
+
> grid.newpage()
|
|
127
|
+
> grid.segments(.01, .5, .99, .5, gp=gpar(col="grey"))
|
|
128
|
+
> metrics <- calcStringMetric(letters)
|
|
129
|
+
> grid.rect(x=1:26/27,
|
|
130
|
+
+ width=unit(metrics$width, "inches"),
|
|
131
|
+
+ height=unit(metrics$ascent, "inches"),
|
|
132
|
+
+ just="bottom",
|
|
133
|
+
+ gp=gpar(col="red"))
|
|
134
|
+
> grid.rect(x=1:26/27,
|
|
135
|
+
+ width=unit(metrics$width, "inches"),
|
|
136
|
+
+ height=unit(metrics$descent, "inches"),
|
|
137
|
+
+ just="top",
|
|
138
|
+
+ gp=gpar(col="red"))
|
|
139
|
+
> grid.text(letters, x=1:26/27, just="bottom")
|
|
140
|
+
>
|
|
141
|
+
> test <- function(x) {
|
|
142
|
+
+ grid.text(x, just="bottom")
|
|
143
|
+
+ metric <- calcStringMetric(x)
|
|
144
|
+
+ if (is.character(x)) {
|
|
145
|
+
+ grid.rect(width=unit(metric$width, "inches"),
|
|
146
|
+
+ height=unit(metric$ascent, "inches"),
|
|
147
|
+
+ just="bottom",
|
|
148
|
+
+ gp=gpar(col=rgb(1,0,0,.5)))
|
|
149
|
+
+ grid.rect(width=unit(metric$width, "inches"),
|
|
150
|
+
+ height=unit(metric$descent, "inches"),
|
|
151
|
+
+ just="top",
|
|
152
|
+
+ gp=gpar(col=rgb(1,0,0,.5)))
|
|
153
|
+
+ } else {
|
|
154
|
+
+ grid.rect(width=unit(metric$width, "inches"),
|
|
155
|
+
+ y=unit(.5, "npc") + unit(metric[2], "inches"),
|
|
156
|
+
+ height=unit(metric$ascent, "inches"),
|
|
157
|
+
+ just="bottom",
|
|
158
|
+
+ gp=gpar(col=rgb(1,0,0,.5)))
|
|
159
|
+
+ grid.rect(width=unit(metric$width, "inches"),
|
|
160
|
+
+ height=unit(metric$descent, "inches"),
|
|
161
|
+
+ just="bottom",
|
|
162
|
+
+ gp=gpar(col=rgb(1,0,0,.5)))
|
|
163
|
+
+ }
|
|
164
|
+
+ }
|
|
165
|
+
>
|
|
166
|
+
> tests <- list("t",
|
|
167
|
+
+ "test",
|
|
168
|
+
+ "testy",
|
|
169
|
+
+ "test\ntwo",
|
|
170
|
+
+ expression(x),
|
|
171
|
+
+ expression(y),
|
|
172
|
+
+ expression(x + y),
|
|
173
|
+
+ expression(a + b),
|
|
174
|
+
+ expression(atop(x + y, 2)))
|
|
175
|
+
>
|
|
176
|
+
> grid.newpage()
|
|
177
|
+
> nrowcol <- n2mfrow(length(tests))
|
|
178
|
+
> pushViewport(viewport(layout=grid.layout(nrowcol[1], nrowcol[2]),
|
|
179
|
+
+ gp=gpar(cex=5, lwd=.5)))
|
|
180
|
+
> for (i in 1:length(tests)) {
|
|
181
|
+
+ col <- (i - 1) %% nrowcol[2] + 1
|
|
182
|
+
+ row <- (i - 1) %/% nrowcol[2] + 1
|
|
183
|
+
+ pushViewport(viewport(layout.pos.row=row, layout.pos.col=col))
|
|
184
|
+
+ test(tests[[i]])
|
|
185
|
+
+ popViewport()
|
|
186
|
+
+ }
|
|
187
|
+
>
|
|
188
|
+
>
|
|
189
|
+
>
|
|
190
|
+
>
|
|
191
|
+
> cleanEx()
|
|
192
|
+
> nameEx("current.viewport")
|
|
193
|
+
> ### * current.viewport
|
|
194
|
+
>
|
|
195
|
+
> flush(stderr()); flush(stdout())
|
|
196
|
+
>
|
|
197
|
+
> ### Name: Querying the Viewport Tree
|
|
198
|
+
> ### Title: Get the Current Grid Viewport (Tree)
|
|
199
|
+
> ### Aliases: current.viewport current.parent current.vpTree current.vpPath
|
|
200
|
+
> ### current.transform current.rotation
|
|
201
|
+
> ### Keywords: dplot
|
|
202
|
+
>
|
|
203
|
+
> ### ** Examples
|
|
204
|
+
>
|
|
205
|
+
> grid.newpage()
|
|
206
|
+
> pushViewport(viewport(width=0.8, height=0.8, name="A"))
|
|
207
|
+
> pushViewport(viewport(x=0.1, width=0.3, height=0.6,
|
|
208
|
+
+ just="left", name="B"))
|
|
209
|
+
> upViewport(1)
|
|
210
|
+
> pushViewport(viewport(x=0.5, width=0.4, height=0.8,
|
|
211
|
+
+ just="left", name="C"))
|
|
212
|
+
> pushViewport(viewport(width=0.8, height=0.8, name="D"))
|
|
213
|
+
> current.vpPath()
|
|
214
|
+
GRID.VP.69::A::C::D
|
|
215
|
+
> upViewport(1)
|
|
216
|
+
> current.vpPath()
|
|
217
|
+
GRID.VP.69::A::C
|
|
218
|
+
> current.vpTree()
|
|
219
|
+
viewport[ROOT]->(viewport[GRID.VP.69]->(viewport[A]->(viewport[B], viewport[C]->(viewport[D]))))
|
|
220
|
+
> current.viewport()
|
|
221
|
+
viewport[C]
|
|
222
|
+
> current.vpTree(all=FALSE)
|
|
223
|
+
viewport[C]->(viewport[D])
|
|
224
|
+
> popViewport(0)
|
|
225
|
+
>
|
|
226
|
+
>
|
|
227
|
+
>
|
|
228
|
+
> cleanEx()
|
|
229
|
+
> nameEx("depth")
|
|
230
|
+
> ### * depth
|
|
231
|
+
>
|
|
232
|
+
> flush(stderr()); flush(stdout())
|
|
233
|
+
>
|
|
234
|
+
> ### Name: depth
|
|
235
|
+
> ### Title: Determine the number of levels in an object.
|
|
236
|
+
> ### Aliases: depth depth.viewport depth.path
|
|
237
|
+
> ### Keywords: dplot
|
|
238
|
+
>
|
|
239
|
+
> ### ** Examples
|
|
240
|
+
>
|
|
241
|
+
> vp <- viewport()
|
|
242
|
+
> depth(vp)
|
|
243
|
+
[1] 1
|
|
244
|
+
> depth(vpStack(vp, vp))
|
|
245
|
+
[1] 2
|
|
246
|
+
> depth(vpList(vpStack(vp, vp), vp))
|
|
247
|
+
[1] 1
|
|
248
|
+
> depth(vpPath("vp"))
|
|
249
|
+
[1] 1
|
|
250
|
+
> depth(vpPath("vp1", "vp2"))
|
|
251
|
+
[1] 2
|
|
252
|
+
>
|
|
253
|
+
>
|
|
254
|
+
>
|
|
255
|
+
> cleanEx()
|
|
256
|
+
> nameEx("deviceLoc")
|
|
257
|
+
> ### * deviceLoc
|
|
258
|
+
>
|
|
259
|
+
> flush(stderr()); flush(stdout())
|
|
260
|
+
>
|
|
261
|
+
> ### Name: deviceLoc
|
|
262
|
+
> ### Title: Convert Viewport Location to Device Location
|
|
263
|
+
> ### Aliases: deviceLoc deviceDim
|
|
264
|
+
> ### Keywords: dplot
|
|
265
|
+
>
|
|
266
|
+
> ### ** Examples
|
|
267
|
+
>
|
|
268
|
+
> ## A tautology
|
|
269
|
+
> grid.newpage()
|
|
270
|
+
> pushViewport(viewport())
|
|
271
|
+
> deviceLoc(unit(1, "inches"), unit(1, "inches"))
|
|
272
|
+
$x
|
|
273
|
+
[1] 1inches
|
|
274
|
+
|
|
275
|
+
$y
|
|
276
|
+
[1] 1inches
|
|
277
|
+
|
|
278
|
+
>
|
|
279
|
+
> ## Something less obvious
|
|
280
|
+
> grid.newpage()
|
|
281
|
+
> pushViewport(viewport(width=.5, height=.5))
|
|
282
|
+
> grid.rect()
|
|
283
|
+
> x <- unit(1, "in")
|
|
284
|
+
> y <- unit(1, "in")
|
|
285
|
+
> grid.circle(x, y, r=unit(2, "mm"))
|
|
286
|
+
> loc <- deviceLoc(x, y)
|
|
287
|
+
> loc
|
|
288
|
+
$x
|
|
289
|
+
[1] 2.7inches
|
|
290
|
+
|
|
291
|
+
$y
|
|
292
|
+
[1] 2.75inches
|
|
293
|
+
|
|
294
|
+
> upViewport()
|
|
295
|
+
> grid.circle(loc$x, loc$y, r=unit(1, "mm"), gp=gpar(fill="black"))
|
|
296
|
+
>
|
|
297
|
+
> ## Something even less obvious
|
|
298
|
+
> grid.newpage()
|
|
299
|
+
> pushViewport(viewport(width=.5, height=.5, angle=30))
|
|
300
|
+
> grid.rect()
|
|
301
|
+
> x <- unit(.2, "npc")
|
|
302
|
+
> y <- unit(2, "in")
|
|
303
|
+
> grid.circle(x, y, r=unit(2, "mm"))
|
|
304
|
+
> loc <- deviceLoc(x, y)
|
|
305
|
+
> loc
|
|
306
|
+
$x
|
|
307
|
+
[1] 2.39165408813987inches
|
|
308
|
+
|
|
309
|
+
$y
|
|
310
|
+
[1] 3.20650635094611inches
|
|
311
|
+
|
|
312
|
+
> upViewport()
|
|
313
|
+
> grid.circle(loc$x, loc$y, r=unit(1, "mm"), gp=gpar(fill="black"))
|
|
314
|
+
>
|
|
315
|
+
>
|
|
316
|
+
>
|
|
317
|
+
> cleanEx()
|
|
318
|
+
> nameEx("explode")
|
|
319
|
+
> ### * explode
|
|
320
|
+
>
|
|
321
|
+
> flush(stderr()); flush(stdout())
|
|
322
|
+
>
|
|
323
|
+
> ### Name: explode
|
|
324
|
+
> ### Title: Explode a path into its components.
|
|
325
|
+
> ### Aliases: explode explode.character explode.path
|
|
326
|
+
> ### Keywords: dplot
|
|
327
|
+
>
|
|
328
|
+
> ### ** Examples
|
|
329
|
+
>
|
|
330
|
+
> explode("vp1::vp2")
|
|
331
|
+
[1] "vp1" "vp2"
|
|
332
|
+
> explode(vpPath("vp1", "vp2"))
|
|
333
|
+
[1] "vp1" "vp2"
|
|
334
|
+
>
|
|
335
|
+
>
|
|
336
|
+
>
|
|
337
|
+
> cleanEx()
|
|
338
|
+
> nameEx("gEdit")
|
|
339
|
+
> ### * gEdit
|
|
340
|
+
>
|
|
341
|
+
> flush(stderr()); flush(stdout())
|
|
342
|
+
>
|
|
343
|
+
> ### Name: gEdit
|
|
344
|
+
> ### Title: Create and Apply Edit Objects
|
|
345
|
+
> ### Aliases: gEdit gEditList applyEdit applyEdits
|
|
346
|
+
> ### Keywords: dplot
|
|
347
|
+
>
|
|
348
|
+
> ### ** Examples
|
|
349
|
+
>
|
|
350
|
+
> grid.rect(gp=gpar(col="red"))
|
|
351
|
+
> # same thing, but more verbose
|
|
352
|
+
> grid.draw(applyEdit(rectGrob(), gEdit(gp=gpar(col="red"))))
|
|
353
|
+
>
|
|
354
|
+
>
|
|
355
|
+
>
|
|
356
|
+
> cleanEx()
|
|
357
|
+
> nameEx("gPath")
|
|
358
|
+
> ### * gPath
|
|
359
|
+
>
|
|
360
|
+
> flush(stderr()); flush(stdout())
|
|
361
|
+
>
|
|
362
|
+
> ### Name: gPath
|
|
363
|
+
> ### Title: Concatenate Grob Names
|
|
364
|
+
> ### Aliases: gPath
|
|
365
|
+
> ### Keywords: dplot
|
|
366
|
+
>
|
|
367
|
+
> ### ** Examples
|
|
368
|
+
>
|
|
369
|
+
> gPath("g1", "g2")
|
|
370
|
+
g1::g2
|
|
371
|
+
>
|
|
372
|
+
>
|
|
373
|
+
>
|
|
374
|
+
> cleanEx()
|
|
375
|
+
> nameEx("getNames")
|
|
376
|
+
> ### * getNames
|
|
377
|
+
>
|
|
378
|
+
> flush(stderr()); flush(stdout())
|
|
379
|
+
>
|
|
380
|
+
> ### Name: getNames
|
|
381
|
+
> ### Title: List the names of grobs on the display list
|
|
382
|
+
> ### Aliases: getNames
|
|
383
|
+
> ### Keywords: dplot
|
|
384
|
+
>
|
|
385
|
+
> ### ** Examples
|
|
386
|
+
>
|
|
387
|
+
> grid.grill()
|
|
388
|
+
> getNames()
|
|
389
|
+
[1] "GRID.text.179" "GRID.rect.180" "GRID.circle.181"
|
|
390
|
+
[4] "GRID.circle.182" "GRID.rect.183" "GRID.rect.184"
|
|
391
|
+
[7] "GRID.segments.185" "GRID.segments.186"
|
|
392
|
+
>
|
|
393
|
+
>
|
|
394
|
+
>
|
|
395
|
+
> cleanEx()
|
|
396
|
+
> nameEx("gpar")
|
|
397
|
+
> ### * gpar
|
|
398
|
+
>
|
|
399
|
+
> flush(stderr()); flush(stdout())
|
|
400
|
+
>
|
|
401
|
+
> ### Name: gpar
|
|
402
|
+
> ### Title: Handling Grid Graphical Parameters
|
|
403
|
+
> ### Aliases: gpar get.gpar
|
|
404
|
+
> ### Keywords: dplot
|
|
405
|
+
>
|
|
406
|
+
> ### ** Examples
|
|
407
|
+
>
|
|
408
|
+
> gp <- get.gpar()
|
|
409
|
+
> utils::str(gp)
|
|
410
|
+
List of 14
|
|
411
|
+
$ fill : chr "transparent"
|
|
412
|
+
$ col : chr "black"
|
|
413
|
+
$ lty : chr "solid"
|
|
414
|
+
$ lwd : num 1
|
|
415
|
+
$ cex : num 1
|
|
416
|
+
$ fontsize : num 12
|
|
417
|
+
$ lineheight: num 1.2
|
|
418
|
+
$ font : int 1
|
|
419
|
+
$ fontfamily: chr ""
|
|
420
|
+
$ alpha : num 1
|
|
421
|
+
$ lineend : chr "round"
|
|
422
|
+
$ linejoin : chr "round"
|
|
423
|
+
$ linemitre : num 10
|
|
424
|
+
$ lex : num 1
|
|
425
|
+
- attr(*, "class")= chr "gpar"
|
|
426
|
+
> ## These *do* nothing but produce a "gpar" object:
|
|
427
|
+
> gpar(col = "red")
|
|
428
|
+
$col
|
|
429
|
+
[1] "red"
|
|
430
|
+
|
|
431
|
+
> gpar(col = "blue", lty = "solid", lwd = 3, fontsize = 16)
|
|
432
|
+
$col
|
|
433
|
+
[1] "blue"
|
|
434
|
+
|
|
435
|
+
$lty
|
|
436
|
+
[1] "solid"
|
|
437
|
+
|
|
438
|
+
$lwd
|
|
439
|
+
[1] 3
|
|
440
|
+
|
|
441
|
+
$fontsize
|
|
442
|
+
[1] 16
|
|
443
|
+
|
|
444
|
+
> get.gpar(c("col", "lty"))
|
|
445
|
+
$col
|
|
446
|
+
[1] "black"
|
|
447
|
+
|
|
448
|
+
$lty
|
|
449
|
+
[1] "solid"
|
|
450
|
+
|
|
451
|
+
> grid.newpage()
|
|
452
|
+
> vp <- viewport(width = .8, height = .8, gp = gpar(col="blue"))
|
|
453
|
+
> grid.draw(gTree(children=gList(rectGrob(gp = gpar(col="red")),
|
|
454
|
+
+ textGrob(paste("The rect is its own colour (red)",
|
|
455
|
+
+ "but this text is the colour",
|
|
456
|
+
+ "set by the gTree (green)",
|
|
457
|
+
+ sep = "\n"))),
|
|
458
|
+
+ gp = gpar(col="green"), vp = vp))
|
|
459
|
+
> grid.text("This text is the colour set by the viewport (blue)",
|
|
460
|
+
+ y = 1, just = c("center", "bottom"),
|
|
461
|
+
+ gp = gpar(fontsize=20), vp = vp)
|
|
462
|
+
> grid.newpage()
|
|
463
|
+
> ## example with multiple values for a parameter
|
|
464
|
+
> pushViewport(viewport())
|
|
465
|
+
> grid.points(1:10/11, 1:10/11, gp = gpar(col=1:10))
|
|
466
|
+
> popViewport()
|
|
467
|
+
>
|
|
468
|
+
>
|
|
469
|
+
>
|
|
470
|
+
> cleanEx()
|
|
471
|
+
> nameEx("grid.DLapply")
|
|
472
|
+
> ### * grid.DLapply
|
|
473
|
+
>
|
|
474
|
+
> flush(stderr()); flush(stdout())
|
|
475
|
+
>
|
|
476
|
+
> ### Name: grid.DLapply
|
|
477
|
+
> ### Title: Modify the Grid Display List
|
|
478
|
+
> ### Aliases: grid.DLapply
|
|
479
|
+
> ### Keywords: dplot
|
|
480
|
+
>
|
|
481
|
+
> ### ** Examples
|
|
482
|
+
>
|
|
483
|
+
> grid.newpage()
|
|
484
|
+
> grid.rect(width=.4, height=.4, x=.25, y=.75, gp=gpar(fill="black"), name="r1")
|
|
485
|
+
> grid.rect(width=.4, height=.4, x=.5, y=.5, gp=gpar(fill="grey"), name="r2")
|
|
486
|
+
> grid.rect(width=.4, height=.4, x=.75, y=.25, gp=gpar(fill="white"), name="r3")
|
|
487
|
+
> grid.DLapply(function(x) { if (is.grob(x)) x$gp <- gpar(); x })
|
|
488
|
+
NULL
|
|
489
|
+
> grid.refresh()
|
|
490
|
+
>
|
|
491
|
+
>
|
|
492
|
+
>
|
|
493
|
+
> cleanEx()
|
|
494
|
+
> nameEx("grid.bezier")
|
|
495
|
+
> ### * grid.bezier
|
|
496
|
+
>
|
|
497
|
+
> flush(stderr()); flush(stdout())
|
|
498
|
+
>
|
|
499
|
+
> ### Name: grid.bezier
|
|
500
|
+
> ### Title: Draw a Bezier Curve
|
|
501
|
+
> ### Aliases: grid.bezier bezierGrob
|
|
502
|
+
> ### Keywords: dplot
|
|
503
|
+
>
|
|
504
|
+
> ### ** Examples
|
|
505
|
+
>
|
|
506
|
+
> x <- c(0.2, 0.2, 0.4, 0.4)
|
|
507
|
+
> y <- c(0.2, 0.4, 0.4, 0.2)
|
|
508
|
+
>
|
|
509
|
+
> grid.newpage()
|
|
510
|
+
> grid.bezier(x, y)
|
|
511
|
+
> grid.bezier(c(x, x + .4), c(y + .4, y + .4),
|
|
512
|
+
+ id=rep(1:2, each=4))
|
|
513
|
+
> grid.segments(.4, .6, .6, .6)
|
|
514
|
+
> grid.bezier(x, y,
|
|
515
|
+
+ gp=gpar(lwd=3, fill="black"),
|
|
516
|
+
+ arrow=arrow(type="closed"),
|
|
517
|
+
+ vp=viewport(x=.9))
|
|
518
|
+
>
|
|
519
|
+
>
|
|
520
|
+
>
|
|
521
|
+
> cleanEx()
|
|
522
|
+
> nameEx("grid.cap")
|
|
523
|
+
> ### * grid.cap
|
|
524
|
+
>
|
|
525
|
+
> flush(stderr()); flush(stdout())
|
|
526
|
+
>
|
|
527
|
+
> ### Name: grid.cap
|
|
528
|
+
> ### Title: Capture a raster image
|
|
529
|
+
> ### Aliases: grid.cap
|
|
530
|
+
> ### Keywords: dplot
|
|
531
|
+
>
|
|
532
|
+
> ### ** Examples
|
|
533
|
+
>
|
|
534
|
+
>
|
|
535
|
+
>
|
|
536
|
+
>
|
|
537
|
+
> cleanEx()
|
|
538
|
+
> nameEx("grid.clip")
|
|
539
|
+
> ### * grid.clip
|
|
540
|
+
>
|
|
541
|
+
> flush(stderr()); flush(stdout())
|
|
542
|
+
>
|
|
543
|
+
> ### Name: grid.clip
|
|
544
|
+
> ### Title: Set the Clipping Region
|
|
545
|
+
> ### Aliases: grid.clip clipGrob
|
|
546
|
+
> ### Keywords: dplot
|
|
547
|
+
>
|
|
548
|
+
> ### ** Examples
|
|
549
|
+
>
|
|
550
|
+
> # draw across entire viewport, but clipped
|
|
551
|
+
> grid.clip(x = 0.3, width = 0.1)
|
|
552
|
+
> grid.lines(gp=gpar(col="green", lwd=5))
|
|
553
|
+
> # draw across entire viewport, but clipped (in different place)
|
|
554
|
+
> grid.clip(x = 0.7, width = 0.1)
|
|
555
|
+
> grid.lines(gp=gpar(col="red", lwd=5))
|
|
556
|
+
> # Viewport sets new clip region
|
|
557
|
+
> pushViewport(viewport(width=0.5, height=0.5, clip=TRUE))
|
|
558
|
+
> grid.lines(gp=gpar(col="grey", lwd=3))
|
|
559
|
+
> # Return to original viewport; get
|
|
560
|
+
> # clip region from previous grid.clip()
|
|
561
|
+
> # (NOT from previous viewport clip region)
|
|
562
|
+
> popViewport()
|
|
563
|
+
> grid.lines(gp=gpar(col="black"))
|
|
564
|
+
>
|
|
565
|
+
>
|
|
566
|
+
>
|
|
567
|
+
> cleanEx()
|
|
568
|
+
> nameEx("grid.convert")
|
|
569
|
+
> ### * grid.convert
|
|
570
|
+
>
|
|
571
|
+
> flush(stderr()); flush(stdout())
|
|
572
|
+
>
|
|
573
|
+
> ### Name: grid.convert
|
|
574
|
+
> ### Title: Convert Between Different grid Coordinate Systems
|
|
575
|
+
> ### Aliases: convertUnit convertX convertY convertWidth convertHeight
|
|
576
|
+
> ### Keywords: dplot
|
|
577
|
+
>
|
|
578
|
+
> ### ** Examples
|
|
579
|
+
>
|
|
580
|
+
> ## A tautology
|
|
581
|
+
> convertX(unit(1, "inches"), "inches")
|
|
582
|
+
[1] 1inches
|
|
583
|
+
> ## The physical units
|
|
584
|
+
> convertX(unit(2.54, "cm"), "inches")
|
|
585
|
+
[1] 1inches
|
|
586
|
+
> convertX(unit(25.4, "mm"), "inches")
|
|
587
|
+
[1] 1inches
|
|
588
|
+
> convertX(unit(72.27, "points"), "inches")
|
|
589
|
+
[1] 1inches
|
|
590
|
+
> convertX(unit(1/12*72.27, "picas"), "inches")
|
|
591
|
+
[1] 1inches
|
|
592
|
+
> convertX(unit(72, "bigpts"), "inches")
|
|
593
|
+
[1] 1inches
|
|
594
|
+
> convertX(unit(1157/1238*72.27, "dida"), "inches")
|
|
595
|
+
[1] 1inches
|
|
596
|
+
> convertX(unit(1/12*1157/1238*72.27, "cicero"), "inches")
|
|
597
|
+
[1] 1inches
|
|
598
|
+
> convertX(unit(65536*72.27, "scaledpts"), "inches")
|
|
599
|
+
[1] 1inches
|
|
600
|
+
> convertX(unit(1/2.54, "inches"), "cm")
|
|
601
|
+
[1] 1cm
|
|
602
|
+
> convertX(unit(1/25.4, "inches"), "mm")
|
|
603
|
+
[1] 1mm
|
|
604
|
+
> convertX(unit(1/72.27, "inches"), "points")
|
|
605
|
+
[1] 1points
|
|
606
|
+
> convertX(unit(1/(1/12*72.27), "inches"), "picas")
|
|
607
|
+
[1] 1picas
|
|
608
|
+
> convertX(unit(1/72, "inches"), "bigpts")
|
|
609
|
+
[1] 1bigpts
|
|
610
|
+
> convertX(unit(1/(1157/1238*72.27), "inches"), "dida")
|
|
611
|
+
[1] 1dida
|
|
612
|
+
> convertX(unit(1/(1/12*1157/1238*72.27), "inches"), "cicero")
|
|
613
|
+
[1] 1cicero
|
|
614
|
+
> convertX(unit(1/(65536*72.27), "inches"), "scaledpts")
|
|
615
|
+
[1] 1scaledpts
|
|
616
|
+
>
|
|
617
|
+
> pushViewport(viewport(width=unit(1, "inches"),
|
|
618
|
+
+ height=unit(2, "inches"),
|
|
619
|
+
+ xscale=c(0, 1),
|
|
620
|
+
+ yscale=c(1, 3)))
|
|
621
|
+
> ## Location versus dimension
|
|
622
|
+
> convertY(unit(2, "native"), "inches")
|
|
623
|
+
[1] 1inches
|
|
624
|
+
> convertHeight(unit(2, "native"), "inches")
|
|
625
|
+
[1] 2inches
|
|
626
|
+
> ## From "x" to "y" (the conversion is via "inches")
|
|
627
|
+
> convertUnit(unit(1, "native"), "native",
|
|
628
|
+
+ axisFrom="x", axisTo="y")
|
|
629
|
+
[1] 2native
|
|
630
|
+
> ## Convert several values at once
|
|
631
|
+
> convertX(unit(c(0.5, 2.54), c("npc", "cm")),
|
|
632
|
+
+ c("inches", "native"))
|
|
633
|
+
[1] 0.5inches 1native
|
|
634
|
+
> popViewport()
|
|
635
|
+
> ## Convert a complex unit
|
|
636
|
+
> convertX(unit(1, "strwidth", "Hello"), "native")
|
|
637
|
+
[1] 0.0558333333333333native
|
|
638
|
+
>
|
|
639
|
+
>
|
|
640
|
+
>
|
|
641
|
+
> cleanEx()
|
|
642
|
+
> nameEx("grid.curve")
|
|
643
|
+
> ### * grid.curve
|
|
644
|
+
>
|
|
645
|
+
> flush(stderr()); flush(stdout())
|
|
646
|
+
>
|
|
647
|
+
> ### Name: grid.curve
|
|
648
|
+
> ### Title: Draw a Curve Between Locations
|
|
649
|
+
> ### Aliases: grid.curve curveGrob arcCurvature
|
|
650
|
+
> ### Keywords: dplot
|
|
651
|
+
>
|
|
652
|
+
> ### ** Examples
|
|
653
|
+
>
|
|
654
|
+
> curveTest <- function(i, j, ...) {
|
|
655
|
+
+ pushViewport(viewport(layout.pos.col=j, layout.pos.row=i))
|
|
656
|
+
+ do.call("grid.curve", c(list(x1=.25, y1=.25, x2=.75, y2=.75), list(...)))
|
|
657
|
+
+ grid.text(sub("list\\((.*)\\)", "\\1",
|
|
658
|
+
+ deparse(substitute(list(...)))),
|
|
659
|
+
+ y=unit(1, "npc"))
|
|
660
|
+
+ popViewport()
|
|
661
|
+
+ }
|
|
662
|
+
> # grid.newpage()
|
|
663
|
+
> pushViewport(plotViewport(c(0, 0, 1, 0),
|
|
664
|
+
+ layout=grid.layout(2, 1, heights=c(2, 1))))
|
|
665
|
+
> pushViewport(viewport(layout.pos.row=1,
|
|
666
|
+
+ layout=grid.layout(3, 3, respect=TRUE)))
|
|
667
|
+
> curveTest(1, 1)
|
|
668
|
+
> curveTest(1, 2, inflect=TRUE)
|
|
669
|
+
> curveTest(1, 3, angle=135)
|
|
670
|
+
> curveTest(2, 1, arrow=arrow())
|
|
671
|
+
> curveTest(2, 2, ncp=8)
|
|
672
|
+
> curveTest(2, 3, shape=0)
|
|
673
|
+
> curveTest(3, 1, curvature=-1)
|
|
674
|
+
> curveTest(3, 2, square=FALSE)
|
|
675
|
+
> curveTest(3, 3, debug=TRUE)
|
|
676
|
+
> popViewport()
|
|
677
|
+
> pushViewport(viewport(layout.pos.row=2,
|
|
678
|
+
+ layout=grid.layout(3, 3)))
|
|
679
|
+
> curveTest(1, 1)
|
|
680
|
+
> curveTest(1, 2, inflect=TRUE)
|
|
681
|
+
> curveTest(1, 3, angle=135)
|
|
682
|
+
> curveTest(2, 1, arrow=arrow())
|
|
683
|
+
> curveTest(2, 2, ncp=8)
|
|
684
|
+
> curveTest(2, 3, shape=0)
|
|
685
|
+
> curveTest(3, 1, curvature=-1)
|
|
686
|
+
> curveTest(3, 2, square=FALSE)
|
|
687
|
+
> curveTest(3, 3, debug=TRUE)
|
|
688
|
+
> popViewport(2)
|
|
689
|
+
>
|
|
690
|
+
>
|
|
691
|
+
>
|
|
692
|
+
> cleanEx()
|
|
693
|
+
> nameEx("grid.delay")
|
|
694
|
+
> ### * grid.delay
|
|
695
|
+
>
|
|
696
|
+
> flush(stderr()); flush(stdout())
|
|
697
|
+
>
|
|
698
|
+
> ### Name: grid.delay
|
|
699
|
+
> ### Title: Encapsulate calculations and generating a grob
|
|
700
|
+
> ### Aliases: grid.delay delayGrob
|
|
701
|
+
> ### Keywords: dplot
|
|
702
|
+
>
|
|
703
|
+
> ### ** Examples
|
|
704
|
+
>
|
|
705
|
+
> grid.delay({
|
|
706
|
+
+ w <- convertWidth(unit(1, "inches"), "npc")
|
|
707
|
+
+ rectGrob(width=w)
|
|
708
|
+
+ },
|
|
709
|
+
+ list())
|
|
710
|
+
>
|
|
711
|
+
>
|
|
712
|
+
>
|
|
713
|
+
> cleanEx()
|
|
714
|
+
> nameEx("grid.draw")
|
|
715
|
+
> ### * grid.draw
|
|
716
|
+
>
|
|
717
|
+
> flush(stderr()); flush(stdout())
|
|
718
|
+
>
|
|
719
|
+
> ### Name: grid.draw
|
|
720
|
+
> ### Title: Draw a grid grob
|
|
721
|
+
> ### Aliases: grid.draw
|
|
722
|
+
> ### Keywords: dplot
|
|
723
|
+
>
|
|
724
|
+
> ### ** Examples
|
|
725
|
+
>
|
|
726
|
+
> grid.newpage()
|
|
727
|
+
> ## Create a graphical object, but don't draw it
|
|
728
|
+
> l <- linesGrob()
|
|
729
|
+
> ## Draw it
|
|
730
|
+
> grid.draw(l)
|
|
731
|
+
>
|
|
732
|
+
>
|
|
733
|
+
>
|
|
734
|
+
> cleanEx()
|
|
735
|
+
> nameEx("grid.edit")
|
|
736
|
+
> ### * grid.edit
|
|
737
|
+
>
|
|
738
|
+
> flush(stderr()); flush(stdout())
|
|
739
|
+
>
|
|
740
|
+
> ### Name: grid.edit
|
|
741
|
+
> ### Title: Edit the Description of a Grid Graphical Object
|
|
742
|
+
> ### Aliases: grid.edit grid.gedit editGrob
|
|
743
|
+
> ### Keywords: dplot
|
|
744
|
+
>
|
|
745
|
+
> ### ** Examples
|
|
746
|
+
>
|
|
747
|
+
> grid.newpage()
|
|
748
|
+
> grid.xaxis(name = "xa", vp = viewport(width=.5, height=.5))
|
|
749
|
+
> grid.edit("xa", gp = gpar(col="red"))
|
|
750
|
+
> # won't work because no ticks (at is NULL)
|
|
751
|
+
> try(grid.edit(gPath("xa", "ticks"), gp = gpar(col="green")))
|
|
752
|
+
Error in editDLfromGPath(gPath, specs, strict, grep, global, redraw) :
|
|
753
|
+
'gPath' (xa::ticks) not found
|
|
754
|
+
> grid.edit("xa", at = 1:4/5)
|
|
755
|
+
> # Now it should work
|
|
756
|
+
> try(grid.edit(gPath("xa", "ticks"), gp = gpar(col="green")))
|
|
757
|
+
>
|
|
758
|
+
>
|
|
759
|
+
>
|
|
760
|
+
> cleanEx()
|
|
761
|
+
> nameEx("grid.force")
|
|
762
|
+
> ### * grid.force
|
|
763
|
+
>
|
|
764
|
+
> flush(stderr()); flush(stdout())
|
|
765
|
+
>
|
|
766
|
+
> ### Name: grid.force
|
|
767
|
+
> ### Title: Force a grob into its components
|
|
768
|
+
> ### Aliases: grid.force grid.force.default grid.force.gPath grid.force.grob
|
|
769
|
+
> ### forceGrob grid.revert grid.revert.gPath grid.revert.grob
|
|
770
|
+
> ### Keywords: dplot
|
|
771
|
+
>
|
|
772
|
+
> ### ** Examples
|
|
773
|
+
>
|
|
774
|
+
> grid.newpage()
|
|
775
|
+
> pushViewport(viewport(width=.5, height=.5))
|
|
776
|
+
> # Draw xaxis
|
|
777
|
+
> grid.xaxis(name="xax")
|
|
778
|
+
> grid.ls()
|
|
779
|
+
GRID.text.261
|
|
780
|
+
xax
|
|
781
|
+
> # Force xaxis
|
|
782
|
+
> grid.force()
|
|
783
|
+
> grid.ls()
|
|
784
|
+
GRID.text.261
|
|
785
|
+
xax
|
|
786
|
+
major
|
|
787
|
+
ticks
|
|
788
|
+
labels
|
|
789
|
+
> # Revert xaxis
|
|
790
|
+
> grid.revert()
|
|
791
|
+
> grid.ls()
|
|
792
|
+
GRID.text.261
|
|
793
|
+
xax
|
|
794
|
+
> # Draw and force yaxis
|
|
795
|
+
> grid.force(yaxisGrob(), draw=TRUE)
|
|
796
|
+
forcedgrob[GRID.yaxis.262]
|
|
797
|
+
> grid.ls()
|
|
798
|
+
GRID.text.261
|
|
799
|
+
xax
|
|
800
|
+
GRID.yaxis.262
|
|
801
|
+
major
|
|
802
|
+
ticks
|
|
803
|
+
labels
|
|
804
|
+
> # Revert yaxis
|
|
805
|
+
> grid.revert()
|
|
806
|
+
> grid.ls()
|
|
807
|
+
GRID.text.261
|
|
808
|
+
xax
|
|
809
|
+
GRID.yaxis.262
|
|
810
|
+
> # Force JUST xaxis
|
|
811
|
+
> grid.force("xax")
|
|
812
|
+
> grid.ls()
|
|
813
|
+
GRID.text.261
|
|
814
|
+
xax
|
|
815
|
+
major
|
|
816
|
+
ticks
|
|
817
|
+
labels
|
|
818
|
+
GRID.yaxis.262
|
|
819
|
+
> # Force ALL
|
|
820
|
+
> grid.force()
|
|
821
|
+
> grid.ls()
|
|
822
|
+
GRID.text.261
|
|
823
|
+
xax
|
|
824
|
+
major
|
|
825
|
+
ticks
|
|
826
|
+
labels
|
|
827
|
+
GRID.yaxis.262
|
|
828
|
+
major
|
|
829
|
+
ticks
|
|
830
|
+
labels
|
|
831
|
+
> # Revert JUST xaxis
|
|
832
|
+
> grid.revert("xax")
|
|
833
|
+
> grid.ls()
|
|
834
|
+
GRID.text.261
|
|
835
|
+
xax
|
|
836
|
+
GRID.yaxis.262
|
|
837
|
+
major
|
|
838
|
+
ticks
|
|
839
|
+
labels
|
|
840
|
+
>
|
|
841
|
+
>
|
|
842
|
+
>
|
|
843
|
+
> cleanEx()
|
|
844
|
+
> nameEx("grid.frame")
|
|
845
|
+
> ### * grid.frame
|
|
846
|
+
>
|
|
847
|
+
> flush(stderr()); flush(stdout())
|
|
848
|
+
>
|
|
849
|
+
> ### Name: grid.frame
|
|
850
|
+
> ### Title: Create a Frame for Packing Objects
|
|
851
|
+
> ### Aliases: grid.frame frameGrob
|
|
852
|
+
> ### Keywords: dplot
|
|
853
|
+
>
|
|
854
|
+
> ### ** Examples
|
|
855
|
+
>
|
|
856
|
+
> grid.newpage()
|
|
857
|
+
> grid.frame(name="gf", draw=TRUE)
|
|
858
|
+
> grid.pack("gf", rectGrob(gp=gpar(fill="grey")), width=unit(1, "null"))
|
|
859
|
+
> grid.pack("gf", textGrob("hi there"), side="right")
|
|
860
|
+
>
|
|
861
|
+
>
|
|
862
|
+
>
|
|
863
|
+
> cleanEx()
|
|
864
|
+
> nameEx("grid.function")
|
|
865
|
+
> ### * grid.function
|
|
866
|
+
>
|
|
867
|
+
> flush(stderr()); flush(stdout())
|
|
868
|
+
>
|
|
869
|
+
> ### Name: grid.function
|
|
870
|
+
> ### Title: Draw a curve representing a function
|
|
871
|
+
> ### Aliases: grid.function functionGrob grid.abline
|
|
872
|
+
> ### Keywords: dplot
|
|
873
|
+
>
|
|
874
|
+
> ### ** Examples
|
|
875
|
+
>
|
|
876
|
+
> # abline
|
|
877
|
+
> # NOTE: in ROOT viewport on screen, (0, 0) at top-left
|
|
878
|
+
> # and "native" is pixels!
|
|
879
|
+
> grid.function(function(x) list(x=x, y=0 + 1*x))
|
|
880
|
+
> # a more "normal" viewport with default normalized "native" coords
|
|
881
|
+
> grid.newpage()
|
|
882
|
+
> pushViewport(viewport())
|
|
883
|
+
> grid.function(function(x) list(x=x, y=0 + 1*x))
|
|
884
|
+
> # slightly simpler
|
|
885
|
+
> grid.newpage()
|
|
886
|
+
> pushViewport(viewport())
|
|
887
|
+
> grid.abline()
|
|
888
|
+
> # sine curve
|
|
889
|
+
> grid.newpage()
|
|
890
|
+
> pushViewport(viewport(xscale=c(0, 2*pi), yscale=c(-1, 1)))
|
|
891
|
+
> grid.function(function(x) list(x=x, y=sin(x)))
|
|
892
|
+
> # constrained sine curve
|
|
893
|
+
> grid.newpage()
|
|
894
|
+
> pushViewport(viewport(xscale=c(0, 2*pi), yscale=c(-1, 1)))
|
|
895
|
+
> grid.function(function(x) list(x=x, y=sin(x)),
|
|
896
|
+
+ range=0:1)
|
|
897
|
+
> # inverse sine curve
|
|
898
|
+
> grid.newpage()
|
|
899
|
+
> pushViewport(viewport(xscale=c(-1, 1), yscale=c(0, 2*pi)))
|
|
900
|
+
> grid.function(function(y) list(x=sin(y), y=y),
|
|
901
|
+
+ range="y")
|
|
902
|
+
> # parametric function
|
|
903
|
+
> grid.newpage()
|
|
904
|
+
> pushViewport(viewport(xscale=c(-1, 1), yscale=c(-1, 1)))
|
|
905
|
+
> grid.function(function(t) list(x=cos(t), y=sin(t)),
|
|
906
|
+
+ range=c(0, 9*pi/5))
|
|
907
|
+
> # physical abline
|
|
908
|
+
> grid.newpage()
|
|
909
|
+
> grid.function(function(x) list(x=x, y=0 + 1*x),
|
|
910
|
+
+ units="in")
|
|
911
|
+
>
|
|
912
|
+
>
|
|
913
|
+
>
|
|
914
|
+
> cleanEx()
|
|
915
|
+
> nameEx("grid.get")
|
|
916
|
+
> ### * grid.get
|
|
917
|
+
>
|
|
918
|
+
> flush(stderr()); flush(stdout())
|
|
919
|
+
>
|
|
920
|
+
> ### Name: grid.get
|
|
921
|
+
> ### Title: Get a Grid Graphical Object
|
|
922
|
+
> ### Aliases: grid.get grid.gget getGrob
|
|
923
|
+
> ### Keywords: dplot
|
|
924
|
+
>
|
|
925
|
+
> ### ** Examples
|
|
926
|
+
>
|
|
927
|
+
> grid.xaxis(name="xa")
|
|
928
|
+
> grid.get("xa")
|
|
929
|
+
xaxis[xa]
|
|
930
|
+
> grid.get(gPath("xa", "ticks"))
|
|
931
|
+
NULL
|
|
932
|
+
>
|
|
933
|
+
> grid.draw(gTree(name="gt", children=gList(xaxisGrob(name="axis"))))
|
|
934
|
+
> grid.get(gPath("gt", "axis", "ticks"))
|
|
935
|
+
NULL
|
|
936
|
+
>
|
|
937
|
+
>
|
|
938
|
+
>
|
|
939
|
+
> cleanEx()
|
|
940
|
+
> nameEx("grid.grab")
|
|
941
|
+
> ### * grid.grab
|
|
942
|
+
>
|
|
943
|
+
> flush(stderr()); flush(stdout())
|
|
944
|
+
>
|
|
945
|
+
> ### Name: grid.grab
|
|
946
|
+
> ### Title: Grab the current grid output
|
|
947
|
+
> ### Aliases: grid.grab grid.grabExpr
|
|
948
|
+
> ### Keywords: dplot
|
|
949
|
+
>
|
|
950
|
+
> ### ** Examples
|
|
951
|
+
>
|
|
952
|
+
> pushViewport(viewport(width=.5, height=.5))
|
|
953
|
+
> grid.rect()
|
|
954
|
+
> grid.points(stats::runif(10), stats::runif(10))
|
|
955
|
+
> popViewport()
|
|
956
|
+
> grab <- grid.grab()
|
|
957
|
+
> grid.newpage()
|
|
958
|
+
> grid.draw(grab)
|
|
959
|
+
>
|
|
960
|
+
>
|
|
961
|
+
>
|
|
962
|
+
> cleanEx()
|
|
963
|
+
> nameEx("grid.grep")
|
|
964
|
+
> ### * grid.grep
|
|
965
|
+
>
|
|
966
|
+
> flush(stderr()); flush(stdout())
|
|
967
|
+
>
|
|
968
|
+
> ### Name: grid.grep
|
|
969
|
+
> ### Title: Search for Grobs and/or Viewports
|
|
970
|
+
> ### Aliases: grid.grep
|
|
971
|
+
> ### Keywords: dplot
|
|
972
|
+
>
|
|
973
|
+
> ### ** Examples
|
|
974
|
+
>
|
|
975
|
+
> # A gTree, called "grandparent", with child gTree,
|
|
976
|
+
> # called "parent", with childrenvp vpStack (vp2 within vp1)
|
|
977
|
+
> # and child grob, called "child", with vp vpPath (down to vp2)
|
|
978
|
+
> sampleGTree <- gTree(name="grandparent",
|
|
979
|
+
+ children=gList(gTree(name="parent",
|
|
980
|
+
+ children=gList(grob(name="child", vp="vp1::vp2")),
|
|
981
|
+
+ childrenvp=vpStack(viewport(name="vp1"),
|
|
982
|
+
+ viewport(name="vp2")))))
|
|
983
|
+
> # Searching for grobs
|
|
984
|
+
> grid.grep("parent", sampleGTree)
|
|
985
|
+
grandparent::parent
|
|
986
|
+
> grid.grep("parent", sampleGTree, strict=TRUE)
|
|
987
|
+
character(0)
|
|
988
|
+
> grid.grep("grandparent", sampleGTree, strict=TRUE)
|
|
989
|
+
grandparent
|
|
990
|
+
> grid.grep("grandparent::parent", sampleGTree)
|
|
991
|
+
grandparent::parent
|
|
992
|
+
> grid.grep("parent::child", sampleGTree)
|
|
993
|
+
grandparent::parent::child
|
|
994
|
+
> grid.grep("[a-z]", sampleGTree, grep=TRUE)
|
|
995
|
+
grandparent
|
|
996
|
+
> grid.grep("[a-z]", sampleGTree, grep=TRUE, global=TRUE)
|
|
997
|
+
[[1]]
|
|
998
|
+
grandparent
|
|
999
|
+
|
|
1000
|
+
[[2]]
|
|
1001
|
+
grandparent::parent
|
|
1002
|
+
|
|
1003
|
+
[[3]]
|
|
1004
|
+
grandparent::parent::child
|
|
1005
|
+
|
|
1006
|
+
> # Searching for viewports
|
|
1007
|
+
> grid.grep("vp1", sampleGTree, viewports=TRUE)
|
|
1008
|
+
vp1
|
|
1009
|
+
> grid.grep("vp2", sampleGTree, viewports=TRUE)
|
|
1010
|
+
vp1::vp2
|
|
1011
|
+
> grid.grep("vp", sampleGTree, viewports=TRUE, grep=TRUE)
|
|
1012
|
+
vp1
|
|
1013
|
+
> grid.grep("vp2", sampleGTree, viewports=TRUE, strict=TRUE)
|
|
1014
|
+
character(0)
|
|
1015
|
+
> grid.grep("vp1::vp2", sampleGTree, viewports=TRUE)
|
|
1016
|
+
vp1::vp2
|
|
1017
|
+
> # Searching for both
|
|
1018
|
+
> grid.grep("[a-z]", sampleGTree, viewports=TRUE, grep=TRUE, global=TRUE)
|
|
1019
|
+
[[1]]
|
|
1020
|
+
grandparent
|
|
1021
|
+
|
|
1022
|
+
[[2]]
|
|
1023
|
+
grandparent::parent
|
|
1024
|
+
|
|
1025
|
+
[[3]]
|
|
1026
|
+
vp1
|
|
1027
|
+
|
|
1028
|
+
[[4]]
|
|
1029
|
+
vp1::vp2
|
|
1030
|
+
|
|
1031
|
+
[[5]]
|
|
1032
|
+
grandparent::parent::child
|
|
1033
|
+
|
|
1034
|
+
>
|
|
1035
|
+
>
|
|
1036
|
+
>
|
|
1037
|
+
> cleanEx()
|
|
1038
|
+
> nameEx("grid.group")
|
|
1039
|
+
> ### * grid.group
|
|
1040
|
+
>
|
|
1041
|
+
> flush(stderr()); flush(stdout())
|
|
1042
|
+
>
|
|
1043
|
+
> ### Name: grid.group
|
|
1044
|
+
> ### Title: Draw a Group
|
|
1045
|
+
> ### Aliases: grid.group groupGrob grid.define defineGrob grid.use useGrob
|
|
1046
|
+
> ### Keywords: dplot
|
|
1047
|
+
>
|
|
1048
|
+
> ### ** Examples
|
|
1049
|
+
>
|
|
1050
|
+
> ## NOTE: on devices without support for groups (or masks or patterns),
|
|
1051
|
+
> ## there will only be two overlapping opaque circles
|
|
1052
|
+
> grid.newpage()
|
|
1053
|
+
> pat <- pattern(rasterGrob(matrix(c(.5, 1, 1, .5), nrow=2),
|
|
1054
|
+
+ width=unit(1, "cm"),
|
|
1055
|
+
+ height=unit(1, "cm"),
|
|
1056
|
+
+ interpolate=FALSE),
|
|
1057
|
+
+ width=unit(1, "cm"), height=unit(1, "cm"),
|
|
1058
|
+
+ extend="repeat")
|
|
1059
|
+
> grid.rect(gp=gpar(col=NA, fill=pat))
|
|
1060
|
+
> masks <- dev.capabilities()$masks
|
|
1061
|
+
> if (is.character(masks) && "luminance" %in% masks) {
|
|
1062
|
+
+ mask <- as.mask(rectGrob(gp=gpar(col=NA, fill="grey50")), type="luminance")
|
|
1063
|
+
+ } else {
|
|
1064
|
+
+ mask <- rectGrob(gp=gpar(col=NA, fill=rgb(0,0,0,.5)))
|
|
1065
|
+
+ }
|
|
1066
|
+
> pushViewport(viewport(mask=mask))
|
|
1067
|
+
> pushViewport(viewport(y=.5, height=.5, just="bottom"))
|
|
1068
|
+
> grid.circle(1:2/3, r=.45, gp=gpar(fill=2:3))
|
|
1069
|
+
> popViewport()
|
|
1070
|
+
> pushViewport(viewport(y=0, height=.5, just="bottom"))
|
|
1071
|
+
> grid.group(circleGrob(1:2/3, r=.45, gp=gpar(fill=2:3)))
|
|
1072
|
+
> popViewport()
|
|
1073
|
+
>
|
|
1074
|
+
>
|
|
1075
|
+
>
|
|
1076
|
+
> cleanEx()
|
|
1077
|
+
> nameEx("grid.layout")
|
|
1078
|
+
> ### * grid.layout
|
|
1079
|
+
>
|
|
1080
|
+
> flush(stderr()); flush(stdout())
|
|
1081
|
+
>
|
|
1082
|
+
> ### Name: grid.layout
|
|
1083
|
+
> ### Title: Create a Grid Layout
|
|
1084
|
+
> ### Aliases: grid.layout
|
|
1085
|
+
> ### Keywords: dplot
|
|
1086
|
+
>
|
|
1087
|
+
> ### ** Examples
|
|
1088
|
+
>
|
|
1089
|
+
> ## A variety of layouts (some a bit mid-bending ...)
|
|
1090
|
+
> layout.torture()
|
|
1091
|
+
> ## Demonstration of layout justification
|
|
1092
|
+
> grid.newpage()
|
|
1093
|
+
> testlay <- function(just="centre") {
|
|
1094
|
+
+ pushViewport(viewport(layout=grid.layout(1, 1, widths=unit(1, "inches"),
|
|
1095
|
+
+ heights=unit(0.25, "npc"),
|
|
1096
|
+
+ just=just)))
|
|
1097
|
+
+ pushViewport(viewport(layout.pos.col=1, layout.pos.row=1))
|
|
1098
|
+
+ grid.rect()
|
|
1099
|
+
+ grid.text(paste(just, collapse="-"))
|
|
1100
|
+
+ popViewport(2)
|
|
1101
|
+
+ }
|
|
1102
|
+
> testlay()
|
|
1103
|
+
> testlay(c("left", "top"))
|
|
1104
|
+
> testlay(c("right", "top"))
|
|
1105
|
+
> testlay(c("right", "bottom"))
|
|
1106
|
+
> testlay(c("left", "bottom"))
|
|
1107
|
+
> testlay(c("left"))
|
|
1108
|
+
> testlay(c("right"))
|
|
1109
|
+
> testlay(c("bottom"))
|
|
1110
|
+
> testlay(c("top"))
|
|
1111
|
+
>
|
|
1112
|
+
>
|
|
1113
|
+
>
|
|
1114
|
+
> cleanEx()
|
|
1115
|
+
> nameEx("grid.lines")
|
|
1116
|
+
> ### * grid.lines
|
|
1117
|
+
>
|
|
1118
|
+
> flush(stderr()); flush(stdout())
|
|
1119
|
+
>
|
|
1120
|
+
> ### Name: grid.lines
|
|
1121
|
+
> ### Title: Draw Lines in a Grid Viewport
|
|
1122
|
+
> ### Aliases: grid.lines linesGrob grid.polyline polylineGrob
|
|
1123
|
+
> ### Keywords: dplot
|
|
1124
|
+
>
|
|
1125
|
+
> ### ** Examples
|
|
1126
|
+
>
|
|
1127
|
+
> grid.lines()
|
|
1128
|
+
> # Using id (NOTE: locations are not in consecutive blocks)
|
|
1129
|
+
> grid.newpage()
|
|
1130
|
+
> grid.polyline(x=c((0:4)/10, rep(.5, 5), (10:6)/10, rep(.5, 5)),
|
|
1131
|
+
+ y=c(rep(.5, 5), (10:6/10), rep(.5, 5), (0:4)/10),
|
|
1132
|
+
+ id=rep(1:5, 4),
|
|
1133
|
+
+ gp=gpar(col=1:5, lwd=3))
|
|
1134
|
+
> # Using id.lengths
|
|
1135
|
+
> grid.newpage()
|
|
1136
|
+
> grid.polyline(x=outer(c(0, .5, 1, .5), 5:1/5),
|
|
1137
|
+
+ y=outer(c(.5, 1, .5, 0), 5:1/5),
|
|
1138
|
+
+ id.lengths=rep(4, 5),
|
|
1139
|
+
+ gp=gpar(col=1:5, lwd=3))
|
|
1140
|
+
>
|
|
1141
|
+
>
|
|
1142
|
+
>
|
|
1143
|
+
> cleanEx()
|
|
1144
|
+
> nameEx("grid.locator")
|
|
1145
|
+
> ### * grid.locator
|
|
1146
|
+
>
|
|
1147
|
+
> flush(stderr()); flush(stdout())
|
|
1148
|
+
>
|
|
1149
|
+
> ### Name: grid.locator
|
|
1150
|
+
> ### Title: Capture a Mouse Click
|
|
1151
|
+
> ### Aliases: grid.locator
|
|
1152
|
+
> ### Keywords: dplot
|
|
1153
|
+
>
|
|
1154
|
+
> ### ** Examples
|
|
1155
|
+
>
|
|
1156
|
+
> if (dev.interactive()) {
|
|
1157
|
+
+ ## Need to write a more sophisticated unit as.character method
|
|
1158
|
+
+ unittrim <- function(unit) {
|
|
1159
|
+
+ sub("^([0-9]+|[0-9]+[.][0-9])[0-9]*", "\\1", as.character(unit))
|
|
1160
|
+
+ }
|
|
1161
|
+
+ do.click <- function(unit) {
|
|
1162
|
+
+ click.locn <- grid.locator(unit)
|
|
1163
|
+
+ grid.segments(unit.c(click.locn$x, unit(0, "npc")),
|
|
1164
|
+
+ unit.c(unit(0, "npc"), click.locn$y),
|
|
1165
|
+
+ click.locn$x, click.locn$y,
|
|
1166
|
+
+ gp=gpar(lty="dashed", col="grey"))
|
|
1167
|
+
+ grid.points(click.locn$x, click.locn$y, pch=16, size=unit(1, "mm"))
|
|
1168
|
+
+ clickx <- unittrim(click.locn$x)
|
|
1169
|
+
+ clicky <- unittrim(click.locn$y)
|
|
1170
|
+
+ grid.text(paste0("(", clickx, ", ", clicky, ")"),
|
|
1171
|
+
+ click.locn$x + unit(2, "mm"), click.locn$y,
|
|
1172
|
+
+ just="left")
|
|
1173
|
+
+ }
|
|
1174
|
+
+
|
|
1175
|
+
+ grid.newpage() # (empty slate)
|
|
1176
|
+
+ ## device
|
|
1177
|
+
+ do.click("inches")
|
|
1178
|
+
+ Sys.sleep(1)
|
|
1179
|
+
+
|
|
1180
|
+
+ pushViewport(viewport(width=0.5, height=0.5,
|
|
1181
|
+
+ xscale=c(0, 100), yscale=c(0, 10)))
|
|
1182
|
+
+ grid.rect()
|
|
1183
|
+
+ grid.xaxis()
|
|
1184
|
+
+ grid.yaxis()
|
|
1185
|
+
+ do.click("native")
|
|
1186
|
+
+ popViewport()
|
|
1187
|
+
+ }
|
|
1188
|
+
>
|
|
1189
|
+
>
|
|
1190
|
+
>
|
|
1191
|
+
> cleanEx()
|
|
1192
|
+
> nameEx("grid.ls")
|
|
1193
|
+
> ### * grid.ls
|
|
1194
|
+
>
|
|
1195
|
+
> flush(stderr()); flush(stdout())
|
|
1196
|
+
>
|
|
1197
|
+
> ### Name: grid.ls
|
|
1198
|
+
> ### Title: List the names of grobs or viewports
|
|
1199
|
+
> ### Aliases: grid.ls nestedListing pathListing grobPathListing
|
|
1200
|
+
> ### Keywords: dplot
|
|
1201
|
+
>
|
|
1202
|
+
> ### ** Examples
|
|
1203
|
+
>
|
|
1204
|
+
> # A gTree, called "parent", with childrenvp vpTree (vp2 within vp1)
|
|
1205
|
+
> # and child grob, called "child", with vp vpPath (down to vp2)
|
|
1206
|
+
> sampleGTree <- gTree(name="parent",
|
|
1207
|
+
+ children=gList(grob(name="child", vp="vp1::vp2")),
|
|
1208
|
+
+ childrenvp=vpTree(parent=viewport(name="vp1"),
|
|
1209
|
+
+ children=vpList(viewport(name="vp2"))))
|
|
1210
|
+
> grid.ls(sampleGTree)
|
|
1211
|
+
parent
|
|
1212
|
+
child
|
|
1213
|
+
> # Show viewports too
|
|
1214
|
+
> grid.ls(sampleGTree, viewports=TRUE)
|
|
1215
|
+
parent
|
|
1216
|
+
vp1
|
|
1217
|
+
vp2
|
|
1218
|
+
2
|
|
1219
|
+
vp1
|
|
1220
|
+
vp2
|
|
1221
|
+
child
|
|
1222
|
+
2
|
|
1223
|
+
> # Only show viewports
|
|
1224
|
+
> grid.ls(sampleGTree, viewports=TRUE, grobs=FALSE)
|
|
1225
|
+
vp1
|
|
1226
|
+
vp2
|
|
1227
|
+
2
|
|
1228
|
+
vp1
|
|
1229
|
+
vp2
|
|
1230
|
+
2
|
|
1231
|
+
> # Alternate displays
|
|
1232
|
+
> # nested listing, custom indent
|
|
1233
|
+
> grid.ls(sampleGTree, viewports=TRUE, print=nestedListing, gindent="--")
|
|
1234
|
+
parent
|
|
1235
|
+
--vp1
|
|
1236
|
+
----vp2
|
|
1237
|
+
------2
|
|
1238
|
+
--vp1
|
|
1239
|
+
----vp2
|
|
1240
|
+
------child
|
|
1241
|
+
------2
|
|
1242
|
+
> # path listing
|
|
1243
|
+
> grid.ls(sampleGTree, viewports=TRUE, print=pathListing)
|
|
1244
|
+
| parent
|
|
1245
|
+
vp1
|
|
1246
|
+
vp1::vp2
|
|
1247
|
+
vp1::vp2::2
|
|
1248
|
+
vp1
|
|
1249
|
+
vp1::vp2
|
|
1250
|
+
vp1::vp2 | parent::child
|
|
1251
|
+
vp1::vp2::2
|
|
1252
|
+
> # path listing, without grobs aligned
|
|
1253
|
+
> grid.ls(sampleGTree, viewports=TRUE, print=pathListing, gAlign=FALSE)
|
|
1254
|
+
| parent
|
|
1255
|
+
vp1
|
|
1256
|
+
vp1::vp2
|
|
1257
|
+
vp1::vp2::2
|
|
1258
|
+
vp1
|
|
1259
|
+
vp1::vp2
|
|
1260
|
+
vp1::vp2 | parent::child
|
|
1261
|
+
vp1::vp2::2
|
|
1262
|
+
> # grob path listing
|
|
1263
|
+
> grid.ls(sampleGTree, viewports=TRUE, print=grobPathListing)
|
|
1264
|
+
| parent
|
|
1265
|
+
vp1::vp2 | parent::child
|
|
1266
|
+
> # path listing, grobs only
|
|
1267
|
+
> grid.ls(sampleGTree, print=pathListing)
|
|
1268
|
+
| parent
|
|
1269
|
+
| parent::child
|
|
1270
|
+
> # path listing, viewports only
|
|
1271
|
+
> grid.ls(sampleGTree, viewports=TRUE, grobs=FALSE, print=pathListing)
|
|
1272
|
+
vp1
|
|
1273
|
+
vp1::vp2
|
|
1274
|
+
vp1::vp2::2
|
|
1275
|
+
vp1
|
|
1276
|
+
vp1::vp2
|
|
1277
|
+
vp1::vp2::2
|
|
1278
|
+
> # raw flat listing
|
|
1279
|
+
> str(grid.ls(sampleGTree, viewports=TRUE, print=FALSE))
|
|
1280
|
+
List of 6
|
|
1281
|
+
$ name : chr [1:8] "parent" "vp1" "vp2" "2" ...
|
|
1282
|
+
$ gDepth : num [1:8] 0 1 1 1 1 1 1 1
|
|
1283
|
+
$ vpDepth: num [1:8] 0 0 1 2 0 1 2 2
|
|
1284
|
+
$ gPath : chr [1:8] "" "parent" "parent" "parent" ...
|
|
1285
|
+
$ vpPath : chr [1:8] "" "" "vp1" "vp1::vp2" ...
|
|
1286
|
+
$ type : chr [1:8] "gTreeListing" "vpListing" "vpListing" "vpUpListing" ...
|
|
1287
|
+
- attr(*, "class")= chr "flatGridListing"
|
|
1288
|
+
>
|
|
1289
|
+
>
|
|
1290
|
+
>
|
|
1291
|
+
> cleanEx()
|
|
1292
|
+
> nameEx("grid.move.to")
|
|
1293
|
+
> ### * grid.move.to
|
|
1294
|
+
>
|
|
1295
|
+
> flush(stderr()); flush(stdout())
|
|
1296
|
+
>
|
|
1297
|
+
> ### Name: grid.move.to
|
|
1298
|
+
> ### Title: Move or Draw to a Specified Position
|
|
1299
|
+
> ### Aliases: grid.move.to grid.line.to moveToGrob lineToGrob
|
|
1300
|
+
> ### Keywords: dplot
|
|
1301
|
+
>
|
|
1302
|
+
> ### ** Examples
|
|
1303
|
+
>
|
|
1304
|
+
> grid.newpage()
|
|
1305
|
+
> grid.move.to(0.5, 0.5)
|
|
1306
|
+
> grid.line.to(1, 1)
|
|
1307
|
+
> grid.line.to(0.5, 0)
|
|
1308
|
+
> pushViewport(viewport(x=0, y=0, width=0.25, height=0.25, just=c("left", "bottom")))
|
|
1309
|
+
> grid.rect()
|
|
1310
|
+
> grid.grill()
|
|
1311
|
+
> grid.line.to(0.5, 0.5)
|
|
1312
|
+
> popViewport()
|
|
1313
|
+
>
|
|
1314
|
+
>
|
|
1315
|
+
>
|
|
1316
|
+
> cleanEx()
|
|
1317
|
+
> nameEx("grid.null")
|
|
1318
|
+
> ### * grid.null
|
|
1319
|
+
>
|
|
1320
|
+
> flush(stderr()); flush(stdout())
|
|
1321
|
+
>
|
|
1322
|
+
> ### Name: grid.null
|
|
1323
|
+
> ### Title: Null Graphical Object
|
|
1324
|
+
> ### Aliases: grid.null nullGrob
|
|
1325
|
+
> ### Keywords: dplot
|
|
1326
|
+
>
|
|
1327
|
+
> ### ** Examples
|
|
1328
|
+
>
|
|
1329
|
+
> grid.newpage()
|
|
1330
|
+
> grid.null(name="ref")
|
|
1331
|
+
> grid.rect(height=grobHeight("ref"))
|
|
1332
|
+
> grid.segments(0, 0, grobX("ref", 0), grobY("ref", 0))
|
|
1333
|
+
>
|
|
1334
|
+
>
|
|
1335
|
+
>
|
|
1336
|
+
> cleanEx()
|
|
1337
|
+
> nameEx("grid.path")
|
|
1338
|
+
> ### * grid.path
|
|
1339
|
+
>
|
|
1340
|
+
> flush(stderr()); flush(stdout())
|
|
1341
|
+
>
|
|
1342
|
+
> ### Name: grid.path
|
|
1343
|
+
> ### Title: Draw a Path
|
|
1344
|
+
> ### Aliases: grid.path pathGrob
|
|
1345
|
+
> ### Keywords: dplot
|
|
1346
|
+
>
|
|
1347
|
+
> ### ** Examples
|
|
1348
|
+
>
|
|
1349
|
+
> pathSample <- function(x, y, rule, gp = gpar()) {
|
|
1350
|
+
+ if (is.na(rule))
|
|
1351
|
+
+ grid.path(x, y, id = rep(1:2, each = 4), gp = gp)
|
|
1352
|
+
+ else
|
|
1353
|
+
+ grid.path(x, y, id = rep(1:2, each = 4), rule = rule, gp = gp)
|
|
1354
|
+
+ if (!is.na(rule))
|
|
1355
|
+
+ grid.text(paste("Rule:", rule), y = 0, just = "bottom")
|
|
1356
|
+
+ }
|
|
1357
|
+
>
|
|
1358
|
+
> pathTriplet <- function(x, y, title) {
|
|
1359
|
+
+ pushViewport(viewport(height = 0.9, layout = grid.layout(1, 3),
|
|
1360
|
+
+ gp = gpar(cex = .7)))
|
|
1361
|
+
+ grid.rect(y = 1, height = unit(1, "char"), just = "top",
|
|
1362
|
+
+ gp = gpar(col = NA, fill = "grey"))
|
|
1363
|
+
+ grid.text(title, y = 1, just = "top")
|
|
1364
|
+
+ pushViewport(viewport(layout.pos.col = 1))
|
|
1365
|
+
+ pathSample(x, y, rule = "winding",
|
|
1366
|
+
+ gp = gpar(fill = "grey"))
|
|
1367
|
+
+ popViewport()
|
|
1368
|
+
+ pushViewport(viewport(layout.pos.col = 2))
|
|
1369
|
+
+ pathSample(x, y, rule = "evenodd",
|
|
1370
|
+
+ gp = gpar(fill = "grey"))
|
|
1371
|
+
+ popViewport()
|
|
1372
|
+
+ pushViewport(viewport(layout.pos.col = 3))
|
|
1373
|
+
+ pathSample(x, y, rule = NA)
|
|
1374
|
+
+ popViewport()
|
|
1375
|
+
+ popViewport()
|
|
1376
|
+
+ }
|
|
1377
|
+
>
|
|
1378
|
+
> pathTest <- function() {
|
|
1379
|
+
+ grid.newpage()
|
|
1380
|
+
+ pushViewport(viewport(layout = grid.layout(5, 1)))
|
|
1381
|
+
+ pushViewport(viewport(layout.pos.row = 1))
|
|
1382
|
+
+ pathTriplet(c(.1, .1, .9, .9, .2, .2, .8, .8),
|
|
1383
|
+
+ c(.1, .9, .9, .1, .2, .8, .8, .2),
|
|
1384
|
+
+ "Nested rectangles, both clockwise")
|
|
1385
|
+
+ popViewport()
|
|
1386
|
+
+ pushViewport(viewport(layout.pos.row = 2))
|
|
1387
|
+
+ pathTriplet(c(.1, .1, .9, .9, .2, .8, .8, .2),
|
|
1388
|
+
+ c(.1, .9, .9, .1, .2, .2, .8, .8),
|
|
1389
|
+
+ "Nested rectangles, outer clockwise, inner anti-clockwise")
|
|
1390
|
+
+ popViewport()
|
|
1391
|
+
+ pushViewport(viewport(layout.pos.row = 3))
|
|
1392
|
+
+ pathTriplet(c(.1, .1, .4, .4, .6, .9, .9, .6),
|
|
1393
|
+
+ c(.1, .4, .4, .1, .6, .6, .9, .9),
|
|
1394
|
+
+ "Disjoint rectangles")
|
|
1395
|
+
+ popViewport()
|
|
1396
|
+
+ pushViewport(viewport(layout.pos.row = 4))
|
|
1397
|
+
+ pathTriplet(c(.1, .1, .6, .6, .4, .4, .9, .9),
|
|
1398
|
+
+ c(.1, .6, .6, .1, .4, .9, .9, .4),
|
|
1399
|
+
+ "Overlapping rectangles, both clockwise")
|
|
1400
|
+
+ popViewport()
|
|
1401
|
+
+ pushViewport(viewport(layout.pos.row = 5))
|
|
1402
|
+
+ pathTriplet(c(.1, .1, .6, .6, .4, .9, .9, .4),
|
|
1403
|
+
+ c(.1, .6, .6, .1, .4, .4, .9, .9),
|
|
1404
|
+
+ "Overlapping rectangles, one clockwise, other anti-clockwise")
|
|
1405
|
+
+ popViewport()
|
|
1406
|
+
+ popViewport()
|
|
1407
|
+
+ }
|
|
1408
|
+
>
|
|
1409
|
+
> pathTest()
|
|
1410
|
+
>
|
|
1411
|
+
> # Drawing multiple paths at once
|
|
1412
|
+
> holed_rect <- cbind(c(.15, .15, -.15, -.15, .1, .1, -.1, -.1),
|
|
1413
|
+
+ c(.15, -.15, -.15, .15, .1, -.1, -.1, .1))
|
|
1414
|
+
> holed_rects <- rbind(
|
|
1415
|
+
+ holed_rect + matrix(c(.7, .2), nrow = 8, ncol = 2, byrow = TRUE),
|
|
1416
|
+
+ holed_rect + matrix(c(.7, .8), nrow = 8, ncol = 2, byrow = TRUE),
|
|
1417
|
+
+ holed_rect + matrix(c(.2, .5), nrow = 8, ncol = 2, byrow = TRUE)
|
|
1418
|
+
+ )
|
|
1419
|
+
> grid.newpage()
|
|
1420
|
+
> grid.path(x = holed_rects[, 1], y = holed_rects[, 2],
|
|
1421
|
+
+ id = rep(1:6, each = 4), pathId = rep(1:3, each = 8),
|
|
1422
|
+
+ gp = gpar(fill = c('red', 'blue', 'green')),
|
|
1423
|
+
+ rule = 'evenodd')
|
|
1424
|
+
>
|
|
1425
|
+
> # Not specifying pathId will treat all points as part of the same path, thus
|
|
1426
|
+
> # having same fill
|
|
1427
|
+
> grid.newpage()
|
|
1428
|
+
> grid.path(x = holed_rects[, 1], y = holed_rects[, 2],
|
|
1429
|
+
+ id = rep(1:6, each = 4),
|
|
1430
|
+
+ gp = gpar(fill = c('red', 'blue', 'green')),
|
|
1431
|
+
+ rule = 'evenodd')
|
|
1432
|
+
>
|
|
1433
|
+
>
|
|
1434
|
+
>
|
|
1435
|
+
> cleanEx()
|
|
1436
|
+
> nameEx("grid.plot.and.legend")
|
|
1437
|
+
> ### * grid.plot.and.legend
|
|
1438
|
+
>
|
|
1439
|
+
> flush(stderr()); flush(stdout())
|
|
1440
|
+
>
|
|
1441
|
+
> ### Name: grid.plot.and.legend
|
|
1442
|
+
> ### Title: A Simple Plot and Legend Demo
|
|
1443
|
+
> ### Aliases: grid.plot.and.legend
|
|
1444
|
+
> ### Keywords: dplot
|
|
1445
|
+
>
|
|
1446
|
+
> ### ** Examples
|
|
1447
|
+
>
|
|
1448
|
+
> grid.plot.and.legend()
|
|
1449
|
+
>
|
|
1450
|
+
>
|
|
1451
|
+
>
|
|
1452
|
+
> cleanEx()
|
|
1453
|
+
> nameEx("grid.polygon")
|
|
1454
|
+
> ### * grid.polygon
|
|
1455
|
+
>
|
|
1456
|
+
> flush(stderr()); flush(stdout())
|
|
1457
|
+
>
|
|
1458
|
+
> ### Name: grid.polygon
|
|
1459
|
+
> ### Title: Draw a Polygon
|
|
1460
|
+
> ### Aliases: grid.polygon polygonGrob
|
|
1461
|
+
> ### Keywords: dplot
|
|
1462
|
+
>
|
|
1463
|
+
> ### ** Examples
|
|
1464
|
+
>
|
|
1465
|
+
> grid.polygon()
|
|
1466
|
+
> # Using id (NOTE: locations are not in consecutive blocks)
|
|
1467
|
+
> grid.newpage()
|
|
1468
|
+
> grid.polygon(x=c((0:4)/10, rep(.5, 5), (10:6)/10, rep(.5, 5)),
|
|
1469
|
+
+ y=c(rep(.5, 5), (10:6/10), rep(.5, 5), (0:4)/10),
|
|
1470
|
+
+ id=rep(1:5, 4),
|
|
1471
|
+
+ gp=gpar(fill=1:5))
|
|
1472
|
+
> # Using id.lengths
|
|
1473
|
+
> grid.newpage()
|
|
1474
|
+
> grid.polygon(x=outer(c(0, .5, 1, .5), 5:1/5),
|
|
1475
|
+
+ y=outer(c(.5, 1, .5, 0), 5:1/5),
|
|
1476
|
+
+ id.lengths=rep(4, 5),
|
|
1477
|
+
+ gp=gpar(fill=1:5))
|
|
1478
|
+
>
|
|
1479
|
+
>
|
|
1480
|
+
>
|
|
1481
|
+
> cleanEx()
|
|
1482
|
+
> nameEx("grid.raster")
|
|
1483
|
+
> ### * grid.raster
|
|
1484
|
+
>
|
|
1485
|
+
> flush(stderr()); flush(stdout())
|
|
1486
|
+
>
|
|
1487
|
+
> ### Name: grid.raster
|
|
1488
|
+
> ### Title: Render a raster object
|
|
1489
|
+
> ### Aliases: grid.raster rasterGrob
|
|
1490
|
+
> ### Keywords: dplot
|
|
1491
|
+
>
|
|
1492
|
+
> ### ** Examples
|
|
1493
|
+
>
|
|
1494
|
+
> redGradient <- matrix(hcl(0, 80, seq(50, 80, 10)),
|
|
1495
|
+
+ nrow=4, ncol=5)
|
|
1496
|
+
> # interpolated
|
|
1497
|
+
> grid.newpage()
|
|
1498
|
+
> grid.raster(redGradient)
|
|
1499
|
+
> # blocky
|
|
1500
|
+
> grid.newpage()
|
|
1501
|
+
> grid.raster(redGradient, interpolate=FALSE)
|
|
1502
|
+
> # blocky and stretched
|
|
1503
|
+
> grid.newpage()
|
|
1504
|
+
> grid.raster(redGradient, interpolate=FALSE, height=unit(1, "npc"))
|
|
1505
|
+
>
|
|
1506
|
+
> # The same raster drawn several times
|
|
1507
|
+
> grid.newpage()
|
|
1508
|
+
> grid.raster(0, x=1:3/4, y=1:3/4, width=.1, interpolate=FALSE)
|
|
1509
|
+
>
|
|
1510
|
+
>
|
|
1511
|
+
>
|
|
1512
|
+
> cleanEx()
|
|
1513
|
+
> nameEx("grid.record")
|
|
1514
|
+
> ### * grid.record
|
|
1515
|
+
>
|
|
1516
|
+
> flush(stderr()); flush(stdout())
|
|
1517
|
+
>
|
|
1518
|
+
> ### Name: grid.record
|
|
1519
|
+
> ### Title: Encapsulate calculations and drawing
|
|
1520
|
+
> ### Aliases: grid.record recordGrob
|
|
1521
|
+
> ### Keywords: dplot
|
|
1522
|
+
>
|
|
1523
|
+
> ### ** Examples
|
|
1524
|
+
>
|
|
1525
|
+
> grid.record({
|
|
1526
|
+
+ w <- convertWidth(unit(1, "inches"), "npc")
|
|
1527
|
+
+ grid.rect(width=w)
|
|
1528
|
+
+ },
|
|
1529
|
+
+ list())
|
|
1530
|
+
>
|
|
1531
|
+
>
|
|
1532
|
+
>
|
|
1533
|
+
> cleanEx()
|
|
1534
|
+
> nameEx("grid.reorder")
|
|
1535
|
+
> ### * grid.reorder
|
|
1536
|
+
>
|
|
1537
|
+
> flush(stderr()); flush(stdout())
|
|
1538
|
+
>
|
|
1539
|
+
> ### Name: grid.reorder
|
|
1540
|
+
> ### Title: Reorder the children of a gTree
|
|
1541
|
+
> ### Aliases: grid.reorder reorderGrob
|
|
1542
|
+
> ### Keywords: dplot
|
|
1543
|
+
>
|
|
1544
|
+
> ### ** Examples
|
|
1545
|
+
>
|
|
1546
|
+
> # gTree with two children, "red-rect" and "blue-rect" (in that order)
|
|
1547
|
+
> gt <- gTree(children=gList(
|
|
1548
|
+
+ rectGrob(gp=gpar(col=NA, fill="red"),
|
|
1549
|
+
+ width=.8, height=.2, name="red-rect"),
|
|
1550
|
+
+ rectGrob(gp=gpar(col=NA, fill="blue"),
|
|
1551
|
+
+ width=.2, height=.8, name="blue-rect")),
|
|
1552
|
+
+ name="gt")
|
|
1553
|
+
> grid.newpage()
|
|
1554
|
+
> grid.draw(gt)
|
|
1555
|
+
> # Spec entire order as numeric (blue-rect, red-rect)
|
|
1556
|
+
> grid.reorder("gt", 2:1)
|
|
1557
|
+
> # Spec entire order as character
|
|
1558
|
+
> grid.reorder("gt", c("red-rect", "blue-rect"))
|
|
1559
|
+
> # Only spec the one I want behind as character
|
|
1560
|
+
> grid.reorder("gt", "blue-rect")
|
|
1561
|
+
> # Only spec the one I want in front as character
|
|
1562
|
+
> grid.reorder("gt", "blue-rect", back=FALSE)
|
|
1563
|
+
>
|
|
1564
|
+
>
|
|
1565
|
+
>
|
|
1566
|
+
> cleanEx()
|
|
1567
|
+
> nameEx("grid.roundrect")
|
|
1568
|
+
> ### * grid.roundrect
|
|
1569
|
+
>
|
|
1570
|
+
> flush(stderr()); flush(stdout())
|
|
1571
|
+
>
|
|
1572
|
+
> ### Name: roundrect
|
|
1573
|
+
> ### Title: Draw a rectangle with rounded corners
|
|
1574
|
+
> ### Aliases: roundrect grid.roundrect roundrectGrob
|
|
1575
|
+
> ### Keywords: dplot
|
|
1576
|
+
>
|
|
1577
|
+
> ### ** Examples
|
|
1578
|
+
>
|
|
1579
|
+
> grid.roundrect(width=.5, height=.5, name="rr")
|
|
1580
|
+
> theta <- seq(0, 360, length.out=50)
|
|
1581
|
+
> for (i in 1:50)
|
|
1582
|
+
+ grid.circle(x=grobX("rr", theta[i]),
|
|
1583
|
+
+ y=grobY("rr", theta[i]),
|
|
1584
|
+
+ r=unit(1, "mm"),
|
|
1585
|
+
+ gp=gpar(fill="black"))
|
|
1586
|
+
>
|
|
1587
|
+
>
|
|
1588
|
+
>
|
|
1589
|
+
> cleanEx()
|
|
1590
|
+
> nameEx("grid.show.layout")
|
|
1591
|
+
> ### * grid.show.layout
|
|
1592
|
+
>
|
|
1593
|
+
> flush(stderr()); flush(stdout())
|
|
1594
|
+
>
|
|
1595
|
+
> ### Name: grid.show.layout
|
|
1596
|
+
> ### Title: Draw a Diagram of a Grid Layout
|
|
1597
|
+
> ### Aliases: grid.show.layout
|
|
1598
|
+
> ### Keywords: dplot
|
|
1599
|
+
>
|
|
1600
|
+
> ### ** Examples
|
|
1601
|
+
>
|
|
1602
|
+
> ## Diagram of a simple layout
|
|
1603
|
+
> grid.show.layout(grid.layout(4,2,
|
|
1604
|
+
+ heights=unit(rep(1, 4),
|
|
1605
|
+
+ c("lines", "lines", "lines", "null")),
|
|
1606
|
+
+ widths=unit(c(1, 1), "inches")))
|
|
1607
|
+
>
|
|
1608
|
+
>
|
|
1609
|
+
>
|
|
1610
|
+
> cleanEx()
|
|
1611
|
+
> nameEx("grid.show.viewport")
|
|
1612
|
+
> ### * grid.show.viewport
|
|
1613
|
+
>
|
|
1614
|
+
> flush(stderr()); flush(stdout())
|
|
1615
|
+
>
|
|
1616
|
+
> ### Name: grid.show.viewport
|
|
1617
|
+
> ### Title: Draw a Diagram of a Grid Viewport
|
|
1618
|
+
> ### Aliases: grid.show.viewport
|
|
1619
|
+
> ### Keywords: dplot
|
|
1620
|
+
>
|
|
1621
|
+
> ### ** Examples
|
|
1622
|
+
>
|
|
1623
|
+
> ## Diagram of a sample viewport
|
|
1624
|
+
> grid.show.viewport(viewport(x=0.6, y=0.6,
|
|
1625
|
+
+ width=unit(1, "inches"), height=unit(1, "inches")))
|
|
1626
|
+
> grid.show.viewport(viewport(layout.pos.row=2, layout.pos.col=2:3),
|
|
1627
|
+
+ grid.layout(3, 4))
|
|
1628
|
+
>
|
|
1629
|
+
>
|
|
1630
|
+
>
|
|
1631
|
+
> cleanEx()
|
|
1632
|
+
> nameEx("grid.stroke")
|
|
1633
|
+
> ### * grid.stroke
|
|
1634
|
+
>
|
|
1635
|
+
> flush(stderr()); flush(stdout())
|
|
1636
|
+
>
|
|
1637
|
+
> ### Name: grid.stroke
|
|
1638
|
+
> ### Title: Stroke or Fill a Path
|
|
1639
|
+
> ### Aliases: grid.stroke strokeGrob strokeGrob.grob strokeGrob.GridPath
|
|
1640
|
+
> ### grid.fill fillGrob fillGrob.grob fillGrob.GridPath grid.fillStroke
|
|
1641
|
+
> ### fillStrokeGrob fillStrokeGrob.grob fillStrokeGrob.GridPath as.path
|
|
1642
|
+
> ### Keywords: dplot
|
|
1643
|
+
>
|
|
1644
|
+
> ### ** Examples
|
|
1645
|
+
>
|
|
1646
|
+
> ## NOTE: on devices without support for stroking and filling
|
|
1647
|
+
> ## nothing will be drawn
|
|
1648
|
+
> grid.newpage()
|
|
1649
|
+
> grid.stroke(textGrob("hello", gp=gpar(cex=10)))
|
|
1650
|
+
> grid.fill(circleGrob(1:2/3, r=.3), gp=gpar(fill=rgb(1,0,0,.5)))
|
|
1651
|
+
>
|
|
1652
|
+
>
|
|
1653
|
+
>
|
|
1654
|
+
> cleanEx()
|
|
1655
|
+
> nameEx("grid.text")
|
|
1656
|
+
> ### * grid.text
|
|
1657
|
+
>
|
|
1658
|
+
> flush(stderr()); flush(stdout())
|
|
1659
|
+
>
|
|
1660
|
+
> ### Name: grid.text
|
|
1661
|
+
> ### Title: Draw Text
|
|
1662
|
+
> ### Aliases: grid.text textGrob
|
|
1663
|
+
> ### Keywords: dplot
|
|
1664
|
+
>
|
|
1665
|
+
> ### ** Examples
|
|
1666
|
+
>
|
|
1667
|
+
> grid.newpage()
|
|
1668
|
+
> x <- stats::runif(20)
|
|
1669
|
+
> y <- stats::runif(20)
|
|
1670
|
+
> rot <- stats::runif(20, 0, 360)
|
|
1671
|
+
> grid.text("SOMETHING NICE AND BIG", x=x, y=y, rot=rot,
|
|
1672
|
+
+ gp=gpar(fontsize=20, col="grey"))
|
|
1673
|
+
> grid.text("SOMETHING NICE AND BIG", x=x, y=y, rot=rot,
|
|
1674
|
+
+ gp=gpar(fontsize=20), check.overlap=TRUE)
|
|
1675
|
+
>
|
|
1676
|
+
> grid.newpage() ## plotmath example
|
|
1677
|
+
> grid.text(quote(frac(e^{-x^2/2}, sqrt(2*pi))), x=x, y=y, rot=stats::runif(20, -45,45),
|
|
1678
|
+
+ gp=gpar(fontsize=17, col=4), check.overlap=TRUE)
|
|
1679
|
+
>
|
|
1680
|
+
> grid.newpage()
|
|
1681
|
+
> draw.text <- function(just, i, j) {
|
|
1682
|
+
+ grid.text("ABCD", x=x[j], y=y[i], just=just)
|
|
1683
|
+
+ grid.text(deparse(substitute(just)), x=x[j], y=y[i] + unit(2, "lines"),
|
|
1684
|
+
+ gp=gpar(col="grey", fontsize=8))
|
|
1685
|
+
+ }
|
|
1686
|
+
> x <- unit(1:4/5, "npc")
|
|
1687
|
+
> y <- unit(1:4/5, "npc")
|
|
1688
|
+
> grid.grill(h=y, v=x, gp=gpar(col="grey"))
|
|
1689
|
+
> draw.text(c("bottom"), 1, 1)
|
|
1690
|
+
> draw.text(c("left", "bottom"), 2, 1)
|
|
1691
|
+
> draw.text(c("right", "bottom"), 3, 1)
|
|
1692
|
+
> draw.text(c("centre", "bottom"), 4, 1)
|
|
1693
|
+
> draw.text(c("centre"), 1, 2)
|
|
1694
|
+
> draw.text(c("left", "centre"), 2, 2)
|
|
1695
|
+
> draw.text(c("right", "centre"), 3, 2)
|
|
1696
|
+
> draw.text(c("centre", "centre"), 4, 2)
|
|
1697
|
+
> draw.text(c("top"), 1, 3)
|
|
1698
|
+
> draw.text(c("left", "top"), 2, 3)
|
|
1699
|
+
> draw.text(c("right", "top"), 3, 3)
|
|
1700
|
+
> draw.text(c("centre", "top"), 4, 3)
|
|
1701
|
+
> draw.text(c(), 1, 4)
|
|
1702
|
+
> draw.text(c("left"), 2, 4)
|
|
1703
|
+
> draw.text(c("right"), 3, 4)
|
|
1704
|
+
> draw.text(c("centre"), 4, 4)
|
|
1705
|
+
>
|
|
1706
|
+
>
|
|
1707
|
+
>
|
|
1708
|
+
> cleanEx()
|
|
1709
|
+
> nameEx("grid.xspline")
|
|
1710
|
+
> ### * grid.xspline
|
|
1711
|
+
>
|
|
1712
|
+
> flush(stderr()); flush(stdout())
|
|
1713
|
+
>
|
|
1714
|
+
> ### Name: grid.xspline
|
|
1715
|
+
> ### Title: Draw an Xspline
|
|
1716
|
+
> ### Aliases: grid.xspline xsplineGrob
|
|
1717
|
+
> ### Keywords: dplot
|
|
1718
|
+
>
|
|
1719
|
+
> ### ** Examples
|
|
1720
|
+
>
|
|
1721
|
+
> x <- c(0.25, 0.25, 0.75, 0.75)
|
|
1722
|
+
> y <- c(0.25, 0.75, 0.75, 0.25)
|
|
1723
|
+
>
|
|
1724
|
+
> xsplineTest <- function(s, i, j, open) {
|
|
1725
|
+
+ pushViewport(viewport(layout.pos.col=j, layout.pos.row=i))
|
|
1726
|
+
+ grid.points(x, y, default.units="npc", pch=16, size=unit(2, "mm"))
|
|
1727
|
+
+ grid.xspline(x, y, shape=s, open=open, gp=gpar(fill="grey"))
|
|
1728
|
+
+ grid.text(s, gp=gpar(col="grey"),
|
|
1729
|
+
+ x=unit(x, "npc") + unit(c(-1, -1, 1, 1), "mm"),
|
|
1730
|
+
+ y=unit(y, "npc") + unit(c(-1, 1, 1, -1), "mm"),
|
|
1731
|
+
+ hjust=c(1, 1, 0, 0),
|
|
1732
|
+
+ vjust=c(1, 0, 0, 1))
|
|
1733
|
+
+ popViewport()
|
|
1734
|
+
+ }
|
|
1735
|
+
>
|
|
1736
|
+
> pushViewport(viewport(width=.5, x=0, just="left",
|
|
1737
|
+
+ layout=grid.layout(3, 3, respect=TRUE)))
|
|
1738
|
+
> pushViewport(viewport(layout.pos.row=1))
|
|
1739
|
+
> grid.text("Open Splines", y=1, just="bottom")
|
|
1740
|
+
> popViewport()
|
|
1741
|
+
> xsplineTest(c(0, -1, -1, 0), 1, 1, TRUE)
|
|
1742
|
+
> xsplineTest(c(0, -1, 0, 0), 1, 2, TRUE)
|
|
1743
|
+
> xsplineTest(c(0, -1, 1, 0), 1, 3, TRUE)
|
|
1744
|
+
> xsplineTest(c(0, 0, -1, 0), 2, 1, TRUE)
|
|
1745
|
+
> xsplineTest(c(0, 0, 0, 0), 2, 2, TRUE)
|
|
1746
|
+
> xsplineTest(c(0, 0, 1, 0), 2, 3, TRUE)
|
|
1747
|
+
> xsplineTest(c(0, 1, -1, 0), 3, 1, TRUE)
|
|
1748
|
+
> xsplineTest(c(0, 1, 0, 0), 3, 2, TRUE)
|
|
1749
|
+
> xsplineTest(c(0, 1, 1, 0), 3, 3, TRUE)
|
|
1750
|
+
> popViewport()
|
|
1751
|
+
> pushViewport(viewport(width=.5, x=1, just="right",
|
|
1752
|
+
+ layout=grid.layout(3, 3, respect=TRUE)))
|
|
1753
|
+
> pushViewport(viewport(layout.pos.row=1))
|
|
1754
|
+
> grid.text("Closed Splines", y=1, just="bottom")
|
|
1755
|
+
> popViewport()
|
|
1756
|
+
> xsplineTest(c(-1, -1, -1, -1), 1, 1, FALSE)
|
|
1757
|
+
> xsplineTest(c(-1, -1, 0, -1), 1, 2, FALSE)
|
|
1758
|
+
> xsplineTest(c(-1, -1, 1, -1), 1, 3, FALSE)
|
|
1759
|
+
> xsplineTest(c( 0, 0, -1, 0), 2, 1, FALSE)
|
|
1760
|
+
> xsplineTest(c( 0, 0, 0, 0), 2, 2, FALSE)
|
|
1761
|
+
> xsplineTest(c( 0, 0, 1, 0), 2, 3, FALSE)
|
|
1762
|
+
> xsplineTest(c( 1, 1, -1, 1), 3, 1, FALSE)
|
|
1763
|
+
> xsplineTest(c( 1, 1, 0, 1), 3, 2, FALSE)
|
|
1764
|
+
> xsplineTest(c( 1, 1, 1, 1), 3, 3, FALSE)
|
|
1765
|
+
> popViewport()
|
|
1766
|
+
>
|
|
1767
|
+
>
|
|
1768
|
+
>
|
|
1769
|
+
> cleanEx()
|
|
1770
|
+
> nameEx("legendGrob")
|
|
1771
|
+
> ### * legendGrob
|
|
1772
|
+
>
|
|
1773
|
+
> flush(stderr()); flush(stdout())
|
|
1774
|
+
>
|
|
1775
|
+
> ### Name: legendGrob
|
|
1776
|
+
> ### Title: Constructing a Legend Grob
|
|
1777
|
+
> ### Aliases: legendGrob grid.legend
|
|
1778
|
+
> ### Keywords: aplot
|
|
1779
|
+
>
|
|
1780
|
+
> ### ** Examples
|
|
1781
|
+
>
|
|
1782
|
+
> ## Data:
|
|
1783
|
+
> n <- 10
|
|
1784
|
+
> x <- stats::runif(n) ; y1 <- stats::runif(n) ; y2 <- stats::runif(n)
|
|
1785
|
+
> ## Construct the grobs :
|
|
1786
|
+
> plot <- gTree(children=gList(rectGrob(),
|
|
1787
|
+
+ pointsGrob(x, y1, pch=21, gp=gpar(col=2, fill="gray")),
|
|
1788
|
+
+ pointsGrob(x, y2, pch=22, gp=gpar(col=3, fill="gray")),
|
|
1789
|
+
+ xaxisGrob(),
|
|
1790
|
+
+ yaxisGrob()))
|
|
1791
|
+
> legd <- legendGrob(c("Girls", "Boys", "Other"), pch=21:23,
|
|
1792
|
+
+ gp=gpar(col = 2:4, fill = "gray"))
|
|
1793
|
+
> gg <- packGrob(packGrob(frameGrob(), plot),
|
|
1794
|
+
+ legd, height=unit(1,"null"), side="right")
|
|
1795
|
+
>
|
|
1796
|
+
> ## Now draw it on a new device page:
|
|
1797
|
+
> grid.newpage()
|
|
1798
|
+
> pushViewport(viewport(width=0.8, height=0.8))
|
|
1799
|
+
> grid.draw(gg)
|
|
1800
|
+
>
|
|
1801
|
+
>
|
|
1802
|
+
>
|
|
1803
|
+
> cleanEx()
|
|
1804
|
+
> nameEx("resolveRasterSize")
|
|
1805
|
+
> ### * resolveRasterSize
|
|
1806
|
+
>
|
|
1807
|
+
> flush(stderr()); flush(stdout())
|
|
1808
|
+
>
|
|
1809
|
+
> ### Name: resolveRasterSize
|
|
1810
|
+
> ### Title: Utility function to resolve the size of a raster grob
|
|
1811
|
+
> ### Aliases: resolveRasterSize
|
|
1812
|
+
> ### Keywords: dplot
|
|
1813
|
+
>
|
|
1814
|
+
> ### ** Examples
|
|
1815
|
+
>
|
|
1816
|
+
> # Square raster
|
|
1817
|
+
> rg <- rasterGrob(matrix(0))
|
|
1818
|
+
> # Fill the complete page (if page is square)
|
|
1819
|
+
> grid.newpage()
|
|
1820
|
+
> resolveRasterSize(rg)$height
|
|
1821
|
+
[1] 6.8inches
|
|
1822
|
+
> grid.draw(rg)
|
|
1823
|
+
> # Forced to fit tall thin region
|
|
1824
|
+
> grid.newpage()
|
|
1825
|
+
> pushViewport(viewport(width=.1))
|
|
1826
|
+
> resolveRasterSize(rg)$height
|
|
1827
|
+
[1] 0.68inches
|
|
1828
|
+
> grid.draw(rg)
|
|
1829
|
+
>
|
|
1830
|
+
>
|
|
1831
|
+
>
|
|
1832
|
+
> cleanEx()
|
|
1833
|
+
> nameEx("showGrob")
|
|
1834
|
+
> ### * showGrob
|
|
1835
|
+
>
|
|
1836
|
+
> flush(stderr()); flush(stdout())
|
|
1837
|
+
>
|
|
1838
|
+
> ### Name: showGrob
|
|
1839
|
+
> ### Title: Label grid grobs.
|
|
1840
|
+
> ### Aliases: showGrob
|
|
1841
|
+
> ### Keywords: dplot
|
|
1842
|
+
>
|
|
1843
|
+
> ### ** Examples
|
|
1844
|
+
>
|
|
1845
|
+
> grid.newpage()
|
|
1846
|
+
> gt <- gTree(childrenvp=vpStack(
|
|
1847
|
+
+ viewport(x=0, width=.5, just="left", name="vp"),
|
|
1848
|
+
+ viewport(y=.5, height=.5, just="bottom", name="vp2")),
|
|
1849
|
+
+ children=gList(rectGrob(vp="vp::vp2", name="child")),
|
|
1850
|
+
+ name="parent")
|
|
1851
|
+
> grid.draw(gt)
|
|
1852
|
+
> showGrob()
|
|
1853
|
+
> showGrob(gPath="child")
|
|
1854
|
+
> showGrob(recurse=FALSE)
|
|
1855
|
+
> showGrob(depth=1)
|
|
1856
|
+
> showGrob(depth=2)
|
|
1857
|
+
> showGrob(depth=1:2)
|
|
1858
|
+
> showGrob(gt)
|
|
1859
|
+
> showGrob(gt, gPath="child")
|
|
1860
|
+
> showGrob(just="left", gp=gpar(col="red", cex=.5), rot=45)
|
|
1861
|
+
> showGrob(labelfun=function(grob, ...) {
|
|
1862
|
+
+ x <- grobX(grob, "west")
|
|
1863
|
+
+ y <- grobY(grob, "north")
|
|
1864
|
+
+ gTree(children=gList(rectGrob(x=x, y=y,
|
|
1865
|
+
+ width=stringWidth(grob$name) + unit(2, "mm"),
|
|
1866
|
+
+ height=stringHeight(grob$name) + unit(2, "mm"),
|
|
1867
|
+
+ gp=gpar(col=NA, fill=rgb(1, 0, 0, .5)),
|
|
1868
|
+
+ just=c("left", "top")),
|
|
1869
|
+
+ textGrob(grob$name,
|
|
1870
|
+
+ x=x + unit(1, "mm"), y=y - unit(1, "mm"),
|
|
1871
|
+
+ just=c("left", "top"))))
|
|
1872
|
+
+ })
|
|
1873
|
+
>
|
|
1874
|
+
> ## Not run:
|
|
1875
|
+
> ##D # Examples from higher-level packages
|
|
1876
|
+
> ##D
|
|
1877
|
+
> ##D library(lattice)
|
|
1878
|
+
> ##D # Ctrl-c after first example
|
|
1879
|
+
> ##D example(histogram)
|
|
1880
|
+
> ##D showGrob()
|
|
1881
|
+
> ##D showGrob(gPath="plot_01.ylab")
|
|
1882
|
+
> ##D
|
|
1883
|
+
> ##D library(ggplot2)
|
|
1884
|
+
> ##D # Ctrl-c after first example
|
|
1885
|
+
> ##D example(qplot)
|
|
1886
|
+
> ##D showGrob()
|
|
1887
|
+
> ##D showGrob(recurse=FALSE)
|
|
1888
|
+
> ##D showGrob(gPath="panel-3-3")
|
|
1889
|
+
> ##D showGrob(gPath="axis.title", grep=TRUE)
|
|
1890
|
+
> ##D showGrob(depth=2)
|
|
1891
|
+
> ## End(Not run)
|
|
1892
|
+
>
|
|
1893
|
+
>
|
|
1894
|
+
>
|
|
1895
|
+
> cleanEx()
|
|
1896
|
+
> nameEx("showViewport")
|
|
1897
|
+
> ### * showViewport
|
|
1898
|
+
>
|
|
1899
|
+
> flush(stderr()); flush(stdout())
|
|
1900
|
+
>
|
|
1901
|
+
> ### Name: showViewport
|
|
1902
|
+
> ### Title: Display grid viewports.
|
|
1903
|
+
> ### Aliases: showViewport
|
|
1904
|
+
> ### Keywords: dplot
|
|
1905
|
+
>
|
|
1906
|
+
> ### ** Examples
|
|
1907
|
+
>
|
|
1908
|
+
> showViewport(viewport(width=.5, height=.5, name="vp"))
|
|
1909
|
+
>
|
|
1910
|
+
> grid.newpage()
|
|
1911
|
+
> pushViewport(viewport(width=.5, height=.5, name="vp"))
|
|
1912
|
+
> upViewport()
|
|
1913
|
+
> showViewport(vpPath("vp"))
|
|
1914
|
+
>
|
|
1915
|
+
> showViewport(vpStack(viewport(width=.5, height=.5, name="vp1"),
|
|
1916
|
+
+ viewport(width=.5, height=.5, name="vp2")),
|
|
1917
|
+
+ newpage=TRUE)
|
|
1918
|
+
>
|
|
1919
|
+
> showViewport(vpStack(viewport(width=.5, height=.5, name="vp1"),
|
|
1920
|
+
+ viewport(width=.5, height=.5, name="vp2")),
|
|
1921
|
+
+ fill=rgb(1:0, 0:1, 0, .1),
|
|
1922
|
+
+ newpage=TRUE)
|
|
1923
|
+
>
|
|
1924
|
+
>
|
|
1925
|
+
>
|
|
1926
|
+
> cleanEx()
|
|
1927
|
+
> nameEx("unit")
|
|
1928
|
+
> ### * unit
|
|
1929
|
+
>
|
|
1930
|
+
> flush(stderr()); flush(stdout())
|
|
1931
|
+
>
|
|
1932
|
+
> ### Name: unit
|
|
1933
|
+
> ### Title: Function to Create a Unit Object
|
|
1934
|
+
> ### Aliases: unit is.unit
|
|
1935
|
+
> ### Keywords: dplot
|
|
1936
|
+
>
|
|
1937
|
+
> ### ** Examples
|
|
1938
|
+
>
|
|
1939
|
+
> unit(1, "npc")
|
|
1940
|
+
[1] 1npc
|
|
1941
|
+
> unit(1:3/4, "npc")
|
|
1942
|
+
[1] 0.25npc 0.5npc 0.75npc
|
|
1943
|
+
> unit(1:3/4, "npc") + unit(1, "inches")
|
|
1944
|
+
[1] sum(0.25npc, 1inches) sum(0.5npc, 1inches) sum(0.75npc, 1inches)
|
|
1945
|
+
> min(unit(0.5, "npc"), unit(1, "inches"))
|
|
1946
|
+
[1] min(0.5npc, 1inches)
|
|
1947
|
+
> unit.c(unit(0.5, "npc"), unit(2, "inches") + unit(1:3/4, "npc"),
|
|
1948
|
+
+ unit(1, "strwidth", "hi there"))
|
|
1949
|
+
[1] 0.5npc sum(2inches, 0.25npc) sum(2inches, 0.5npc)
|
|
1950
|
+
[4] sum(2inches, 0.75npc) 1strwidth
|
|
1951
|
+
> x <- unit(1:5, "npc")
|
|
1952
|
+
> x[2:4]
|
|
1953
|
+
[1] 2npc 3npc 4npc
|
|
1954
|
+
> x[2:4] <- unit(1, "mm")
|
|
1955
|
+
> x
|
|
1956
|
+
[1] 1npc 1mm 1mm 1mm 5npc
|
|
1957
|
+
>
|
|
1958
|
+
>
|
|
1959
|
+
>
|
|
1960
|
+
> cleanEx()
|
|
1961
|
+
> nameEx("unit.length")
|
|
1962
|
+
> ### * unit.length
|
|
1963
|
+
>
|
|
1964
|
+
> flush(stderr()); flush(stdout())
|
|
1965
|
+
>
|
|
1966
|
+
> ### Name: unit.length
|
|
1967
|
+
> ### Title: Length of a Unit Object
|
|
1968
|
+
> ### Aliases: unit.length
|
|
1969
|
+
> ### Keywords: dplot
|
|
1970
|
+
>
|
|
1971
|
+
> ### ** Examples
|
|
1972
|
+
>
|
|
1973
|
+
> length(unit(1:3, "npc"))
|
|
1974
|
+
[1] 3
|
|
1975
|
+
> length(unit(1:3, "npc") + unit(1, "inches"))
|
|
1976
|
+
[1] 3
|
|
1977
|
+
> length(max(unit(1:3, "npc") + unit(1, "inches")))
|
|
1978
|
+
[1] 1
|
|
1979
|
+
> length(max(unit(1:3, "npc") + unit(1, "strwidth", "a"))*4)
|
|
1980
|
+
[1] 1
|
|
1981
|
+
> length(unit(1:3, "npc") + unit(1, "strwidth", "a")*4)
|
|
1982
|
+
[1] 3
|
|
1983
|
+
>
|
|
1984
|
+
>
|
|
1985
|
+
>
|
|
1986
|
+
> cleanEx()
|
|
1987
|
+
> nameEx("unit.pmin")
|
|
1988
|
+
> ### * unit.pmin
|
|
1989
|
+
>
|
|
1990
|
+
> flush(stderr()); flush(stdout())
|
|
1991
|
+
>
|
|
1992
|
+
> ### Name: unit.pmin
|
|
1993
|
+
> ### Title: Parallel Unit Minima and Maxima
|
|
1994
|
+
> ### Aliases: unit.pmin unit.pmax unit.psum
|
|
1995
|
+
> ### Keywords: dplot
|
|
1996
|
+
>
|
|
1997
|
+
> ### ** Examples
|
|
1998
|
+
>
|
|
1999
|
+
> max(unit(1:3, "cm"), unit(0.5, "npc"))
|
|
2000
|
+
[1] max(1cm, 2cm, 3cm, 0.5npc)
|
|
2001
|
+
> unit.pmax(unit(1:3, "cm"), unit(0.5, "npc"))
|
|
2002
|
+
[1] max(1cm, 0.5npc) max(2cm, 0.5npc) max(3cm, 0.5npc)
|
|
2003
|
+
>
|
|
2004
|
+
>
|
|
2005
|
+
>
|
|
2006
|
+
> cleanEx()
|
|
2007
|
+
> nameEx("unit.rep")
|
|
2008
|
+
> ### * unit.rep
|
|
2009
|
+
>
|
|
2010
|
+
> flush(stderr()); flush(stdout())
|
|
2011
|
+
>
|
|
2012
|
+
> ### Name: unit.rep
|
|
2013
|
+
> ### Title: Replicate Elements of Unit Objects
|
|
2014
|
+
> ### Aliases: unit.rep
|
|
2015
|
+
> ### Keywords: dplot
|
|
2016
|
+
>
|
|
2017
|
+
> ### ** Examples
|
|
2018
|
+
>
|
|
2019
|
+
> rep(unit(1:3, "npc"), 3)
|
|
2020
|
+
[1] 1npc 2npc 3npc 1npc 2npc 3npc 1npc 2npc 3npc
|
|
2021
|
+
> rep(unit(1:3, "npc"), 1:3)
|
|
2022
|
+
[1] 1npc 2npc 2npc 3npc 3npc 3npc
|
|
2023
|
+
> rep(unit(1:3, "npc") + unit(1, "inches"), 3)
|
|
2024
|
+
[1] sum(1npc, 1inches) sum(2npc, 1inches) sum(3npc, 1inches) sum(1npc, 1inches)
|
|
2025
|
+
[5] sum(2npc, 1inches) sum(3npc, 1inches) sum(1npc, 1inches) sum(2npc, 1inches)
|
|
2026
|
+
[9] sum(3npc, 1inches)
|
|
2027
|
+
> rep(max(unit(1:3, "npc") + unit(1, "inches")), 3)
|
|
2028
|
+
[1] max(sum(1npc, 1inches), sum(2npc, 1inches), sum(3npc, 1inches))
|
|
2029
|
+
[2] max(sum(1npc, 1inches), sum(2npc, 1inches), sum(3npc, 1inches))
|
|
2030
|
+
[3] max(sum(1npc, 1inches), sum(2npc, 1inches), sum(3npc, 1inches))
|
|
2031
|
+
> rep(max(unit(1:3, "npc") + unit(1, "strwidth", "a"))*4, 3)
|
|
2032
|
+
[1] 4*max(sum(1npc, 1strwidth), sum(2npc, 1strwidth), sum(3npc, 1strwidth))
|
|
2033
|
+
[2] 4*max(sum(1npc, 1strwidth), sum(2npc, 1strwidth), sum(3npc, 1strwidth))
|
|
2034
|
+
[3] 4*max(sum(1npc, 1strwidth), sum(2npc, 1strwidth), sum(3npc, 1strwidth))
|
|
2035
|
+
> rep(unit(1:3, "npc") + unit(1, "strwidth", "a")*4, 3)
|
|
2036
|
+
[1] sum(1npc, 4strwidth) sum(2npc, 4strwidth) sum(3npc, 4strwidth)
|
|
2037
|
+
[4] sum(1npc, 4strwidth) sum(2npc, 4strwidth) sum(3npc, 4strwidth)
|
|
2038
|
+
[7] sum(1npc, 4strwidth) sum(2npc, 4strwidth) sum(3npc, 4strwidth)
|
|
2039
|
+
>
|
|
2040
|
+
>
|
|
2041
|
+
>
|
|
2042
|
+
> cleanEx()
|
|
2043
|
+
> nameEx("unitType")
|
|
2044
|
+
> ### * unitType
|
|
2045
|
+
>
|
|
2046
|
+
> flush(stderr()); flush(stdout())
|
|
2047
|
+
>
|
|
2048
|
+
> ### Name: unitType
|
|
2049
|
+
> ### Title: Return the Units of a Unit Object
|
|
2050
|
+
> ### Aliases: unitType
|
|
2051
|
+
> ### Keywords: dplot
|
|
2052
|
+
>
|
|
2053
|
+
> ### ** Examples
|
|
2054
|
+
>
|
|
2055
|
+
> u <- unit(1:5, c("cm", "mm", "in", "pt", "null"))
|
|
2056
|
+
>
|
|
2057
|
+
> unitType(u)
|
|
2058
|
+
[1] "cm" "mm" "inches" "points" "null"
|
|
2059
|
+
> unitType(unit(1, "npc"))
|
|
2060
|
+
[1] "npc"
|
|
2061
|
+
> unitType(unit(1:3/4, "npc"))
|
|
2062
|
+
[1] "npc" "npc" "npc"
|
|
2063
|
+
> unitType(unit(1:3/4, "npc") + unit(1, "inches"))
|
|
2064
|
+
[1] "sum" "sum" "sum"
|
|
2065
|
+
> unitType(min(unit(0.5, "npc"), unit(1, "inches")))
|
|
2066
|
+
[1] "min"
|
|
2067
|
+
> unitType(unit.c(unit(0.5, "npc"), unit(2, "inches") + unit(1:3/4, "npc"),
|
|
2068
|
+
+ unit(1, "strwidth", "hi there")))
|
|
2069
|
+
[1] "npc" "sum" "sum" "sum" "strwidth"
|
|
2070
|
+
> unitType(min(unit(1, "in"), unit(1, "npc") + unit(1, "mm")))
|
|
2071
|
+
[1] "min"
|
|
2072
|
+
>
|
|
2073
|
+
> unitType(u, recurse=TRUE)
|
|
2074
|
+
$cm
|
|
2075
|
+
[1] "cm"
|
|
2076
|
+
|
|
2077
|
+
$mm
|
|
2078
|
+
[1] "mm"
|
|
2079
|
+
|
|
2080
|
+
$inches
|
|
2081
|
+
[1] "inches"
|
|
2082
|
+
|
|
2083
|
+
$points
|
|
2084
|
+
[1] "points"
|
|
2085
|
+
|
|
2086
|
+
$null
|
|
2087
|
+
[1] "null"
|
|
2088
|
+
|
|
2089
|
+
> unitType(unit(1, "npc"), recurse=TRUE)
|
|
2090
|
+
$npc
|
|
2091
|
+
[1] "npc"
|
|
2092
|
+
|
|
2093
|
+
> unitType(unit(1:3/4, "npc"), recurse=TRUE)
|
|
2094
|
+
$npc
|
|
2095
|
+
[1] "npc"
|
|
2096
|
+
|
|
2097
|
+
$npc
|
|
2098
|
+
[1] "npc"
|
|
2099
|
+
|
|
2100
|
+
$npc
|
|
2101
|
+
[1] "npc"
|
|
2102
|
+
|
|
2103
|
+
> unitType(unit(1:3/4, "npc") + unit(1, "inches"), recurse=TRUE)
|
|
2104
|
+
$sum
|
|
2105
|
+
$sum$npc
|
|
2106
|
+
[1] "npc"
|
|
2107
|
+
|
|
2108
|
+
$sum$inches
|
|
2109
|
+
[1] "inches"
|
|
2110
|
+
|
|
2111
|
+
|
|
2112
|
+
$sum
|
|
2113
|
+
$sum$npc
|
|
2114
|
+
[1] "npc"
|
|
2115
|
+
|
|
2116
|
+
$sum$inches
|
|
2117
|
+
[1] "inches"
|
|
2118
|
+
|
|
2119
|
+
|
|
2120
|
+
$sum
|
|
2121
|
+
$sum$npc
|
|
2122
|
+
[1] "npc"
|
|
2123
|
+
|
|
2124
|
+
$sum$inches
|
|
2125
|
+
[1] "inches"
|
|
2126
|
+
|
|
2127
|
+
|
|
2128
|
+
> unitType(min(unit(0.5, "npc"), unit(1, "inches")), recurse=TRUE)
|
|
2129
|
+
$min
|
|
2130
|
+
$min$npc
|
|
2131
|
+
[1] "npc"
|
|
2132
|
+
|
|
2133
|
+
$min$inches
|
|
2134
|
+
[1] "inches"
|
|
2135
|
+
|
|
2136
|
+
|
|
2137
|
+
> unitType(unit.c(unit(0.5, "npc"), unit(2, "inches") + unit(1:3/4, "npc"),
|
|
2138
|
+
+ unit(1, "strwidth", "hi there")), recurse=TRUE)
|
|
2139
|
+
$npc
|
|
2140
|
+
[1] "npc"
|
|
2141
|
+
|
|
2142
|
+
$sum
|
|
2143
|
+
$sum$inches
|
|
2144
|
+
[1] "inches"
|
|
2145
|
+
|
|
2146
|
+
$sum$npc
|
|
2147
|
+
[1] "npc"
|
|
2148
|
+
|
|
2149
|
+
|
|
2150
|
+
$sum
|
|
2151
|
+
$sum$inches
|
|
2152
|
+
[1] "inches"
|
|
2153
|
+
|
|
2154
|
+
$sum$npc
|
|
2155
|
+
[1] "npc"
|
|
2156
|
+
|
|
2157
|
+
|
|
2158
|
+
$sum
|
|
2159
|
+
$sum$inches
|
|
2160
|
+
[1] "inches"
|
|
2161
|
+
|
|
2162
|
+
$sum$npc
|
|
2163
|
+
[1] "npc"
|
|
2164
|
+
|
|
2165
|
+
|
|
2166
|
+
$strwidth
|
|
2167
|
+
[1] "strwidth"
|
|
2168
|
+
|
|
2169
|
+
> unitType(min(unit(1, "in"), unit(1, "npc") + unit(1, "mm")), recurse=TRUE)
|
|
2170
|
+
$min
|
|
2171
|
+
$min$inches
|
|
2172
|
+
[1] "inches"
|
|
2173
|
+
|
|
2174
|
+
$min$sum
|
|
2175
|
+
$min$sum$npc
|
|
2176
|
+
[1] "npc"
|
|
2177
|
+
|
|
2178
|
+
$min$sum$mm
|
|
2179
|
+
[1] "mm"
|
|
2180
|
+
|
|
2181
|
+
|
|
2182
|
+
|
|
2183
|
+
> unlist(unitType(min(unit(1, "in"), unit(1, "npc") + unit(1, "mm")),
|
|
2184
|
+
+ recurse=TRUE))
|
|
2185
|
+
min.inches min.sum.npc min.sum.mm
|
|
2186
|
+
"inches" "npc" "mm"
|
|
2187
|
+
>
|
|
2188
|
+
>
|
|
2189
|
+
>
|
|
2190
|
+
> cleanEx()
|
|
2191
|
+
> nameEx("viewport")
|
|
2192
|
+
> ### * viewport
|
|
2193
|
+
>
|
|
2194
|
+
> flush(stderr()); flush(stdout())
|
|
2195
|
+
>
|
|
2196
|
+
> ### Name: Grid Viewports
|
|
2197
|
+
> ### Title: Create a Grid Viewport
|
|
2198
|
+
> ### Aliases: viewport vpList vpStack vpTree
|
|
2199
|
+
> ### Keywords: dplot
|
|
2200
|
+
>
|
|
2201
|
+
> ### ** Examples
|
|
2202
|
+
>
|
|
2203
|
+
> # Diagram of a sample viewport
|
|
2204
|
+
> grid.show.viewport(viewport(x=0.6, y=0.6,
|
|
2205
|
+
+ width=unit(1, "inches"), height=unit(1, "inches")))
|
|
2206
|
+
> # Demonstrate viewport clipping
|
|
2207
|
+
> clip.demo <- function(i, j, clip1, clip2) {
|
|
2208
|
+
+ pushViewport(viewport(layout.pos.col=i,
|
|
2209
|
+
+ layout.pos.row=j))
|
|
2210
|
+
+ pushViewport(viewport(width=0.6, height=0.6, clip=clip1))
|
|
2211
|
+
+ grid.rect(gp=gpar(fill="white"))
|
|
2212
|
+
+ grid.circle(r=0.55, gp=gpar(col="red", fill="pink"))
|
|
2213
|
+
+ popViewport()
|
|
2214
|
+
+ pushViewport(viewport(width=0.6, height=0.6, clip=clip2))
|
|
2215
|
+
+ grid.polygon(x=c(0.5, 1.1, 0.6, 1.1, 0.5, -0.1, 0.4, -0.1),
|
|
2216
|
+
+ y=c(0.6, 1.1, 0.5, -0.1, 0.4, -0.1, 0.5, 1.1),
|
|
2217
|
+
+ gp=gpar(col="blue", fill="light blue"))
|
|
2218
|
+
+ popViewport(2)
|
|
2219
|
+
+ }
|
|
2220
|
+
>
|
|
2221
|
+
> grid.newpage()
|
|
2222
|
+
> grid.rect(gp=gpar(fill="grey"))
|
|
2223
|
+
> pushViewport(viewport(layout=grid.layout(2, 2)))
|
|
2224
|
+
> clip.demo(1, 1, FALSE, FALSE)
|
|
2225
|
+
> clip.demo(1, 2, TRUE, FALSE)
|
|
2226
|
+
> clip.demo(2, 1, FALSE, TRUE)
|
|
2227
|
+
> clip.demo(2, 2, TRUE, TRUE)
|
|
2228
|
+
> popViewport()
|
|
2229
|
+
> # Demonstrate turning clipping off
|
|
2230
|
+
> grid.newpage()
|
|
2231
|
+
> pushViewport(viewport(width=.5, height=.5, clip="on"))
|
|
2232
|
+
> grid.rect()
|
|
2233
|
+
> grid.circle(r=.6, gp=gpar(lwd=10))
|
|
2234
|
+
> pushViewport(viewport(clip="inherit"))
|
|
2235
|
+
> grid.circle(r=.6, gp=gpar(lwd=5, col="grey"))
|
|
2236
|
+
> pushViewport(viewport(clip="off"))
|
|
2237
|
+
> grid.circle(r=.6)
|
|
2238
|
+
> popViewport(3)
|
|
2239
|
+
> # Demonstrate vpList, vpStack, and vpTree
|
|
2240
|
+
> grid.newpage()
|
|
2241
|
+
> tree <- vpTree(viewport(width=0.8, height=0.8, name="A"),
|
|
2242
|
+
+ vpList(vpStack(viewport(x=0.1, y=0.1, width=0.5, height=0.5,
|
|
2243
|
+
+ just=c("left", "bottom"), name="B"),
|
|
2244
|
+
+ viewport(x=0.1, y=0.1, width=0.5, height=0.5,
|
|
2245
|
+
+ just=c("left", "bottom"), name="C"),
|
|
2246
|
+
+ viewport(x=0.1, y=0.1, width=0.5, height=0.5,
|
|
2247
|
+
+ just=c("left", "bottom"), name="D")),
|
|
2248
|
+
+ viewport(x=0.5, width=0.4, height=0.9,
|
|
2249
|
+
+ just="left", name="E")))
|
|
2250
|
+
> pushViewport(tree)
|
|
2251
|
+
> for (i in LETTERS[1:5]) {
|
|
2252
|
+
+ seekViewport(i)
|
|
2253
|
+
+ grid.rect()
|
|
2254
|
+
+ grid.text(current.vpTree(FALSE),
|
|
2255
|
+
+ x=unit(1, "mm"), y=unit(1, "npc") - unit(1, "mm"),
|
|
2256
|
+
+ just=c("left", "top"),
|
|
2257
|
+
+ gp=gpar(fontsize=8))
|
|
2258
|
+
+ }
|
|
2259
|
+
>
|
|
2260
|
+
>
|
|
2261
|
+
>
|
|
2262
|
+
> cleanEx()
|
|
2263
|
+
> nameEx("viewportTransform")
|
|
2264
|
+
> ### * viewportTransform
|
|
2265
|
+
>
|
|
2266
|
+
> flush(stderr()); flush(stdout())
|
|
2267
|
+
>
|
|
2268
|
+
> ### Name: viewportTransform
|
|
2269
|
+
> ### Title: Define a Group Transformation
|
|
2270
|
+
> ### Aliases: viewportTransform viewportTranslate viewportScale
|
|
2271
|
+
> ### viewportRotate defnTranslate defnScale defnRotate useTranslate
|
|
2272
|
+
> ### useScale useRotate groupTranslate groupScale groupRotate groupShear
|
|
2273
|
+
> ### groupFlip
|
|
2274
|
+
> ### Keywords: dplot
|
|
2275
|
+
>
|
|
2276
|
+
> ### ** Examples
|
|
2277
|
+
>
|
|
2278
|
+
> ## NOTE: on devices without support for groups nothing will be drawn
|
|
2279
|
+
> grid.newpage()
|
|
2280
|
+
> ## Define and use group in same viewport
|
|
2281
|
+
> pushViewport(viewport(width=.2, height=.2))
|
|
2282
|
+
> grid.define(circleGrob(gp=gpar(lwd=5)), name="circle")
|
|
2283
|
+
> grid.use("circle")
|
|
2284
|
+
> popViewport()
|
|
2285
|
+
> ## Use group in viewport that is translated and scaled
|
|
2286
|
+
> pushViewport(viewport(x=.2, y=.2, width=.1, height=.1))
|
|
2287
|
+
> grid.use("circle")
|
|
2288
|
+
> popViewport()
|
|
2289
|
+
> ## Use group in viewport that is translated and scaled
|
|
2290
|
+
> ## BUT only make use of the translation
|
|
2291
|
+
> pushViewport(viewport(x=.2, y=.8, width=.1, height=.1))
|
|
2292
|
+
> grid.use("circle", transform=viewportTranslate)
|
|
2293
|
+
> popViewport()
|
|
2294
|
+
> ## Use group in viewport that is translated and scaled
|
|
2295
|
+
> ## unevenly (distorted)
|
|
2296
|
+
> pushViewport(viewport(x=.8, y=.7, width=.2, height=.4))
|
|
2297
|
+
> grid.use("circle")
|
|
2298
|
+
> popViewport()
|
|
2299
|
+
>
|
|
2300
|
+
>
|
|
2301
|
+
>
|
|
2302
|
+
> cleanEx()
|
|
2303
|
+
> nameEx("viewports")
|
|
2304
|
+
> ### * viewports
|
|
2305
|
+
>
|
|
2306
|
+
> flush(stderr()); flush(stdout())
|
|
2307
|
+
>
|
|
2308
|
+
> ### Name: Working with Viewports
|
|
2309
|
+
> ### Title: Maintaining and Navigating the Grid Viewport Tree
|
|
2310
|
+
> ### Aliases: pushViewport downViewport seekViewport popViewport upViewport
|
|
2311
|
+
> ### Keywords: dplot
|
|
2312
|
+
>
|
|
2313
|
+
> ### ** Examples
|
|
2314
|
+
>
|
|
2315
|
+
> # push the same viewport several times
|
|
2316
|
+
> grid.newpage()
|
|
2317
|
+
> vp <- viewport(width=0.5, height=0.5)
|
|
2318
|
+
> pushViewport(vp)
|
|
2319
|
+
> grid.rect(gp=gpar(col="blue"))
|
|
2320
|
+
> grid.text("Quarter of the device",
|
|
2321
|
+
+ y=unit(1, "npc") - unit(1, "lines"), gp=gpar(col="blue"))
|
|
2322
|
+
> pushViewport(vp)
|
|
2323
|
+
> grid.rect(gp=gpar(col="red"))
|
|
2324
|
+
> grid.text("Quarter of the parent viewport",
|
|
2325
|
+
+ y=unit(1, "npc") - unit(1, "lines"), gp=gpar(col="red"))
|
|
2326
|
+
> popViewport(2)
|
|
2327
|
+
> # push several viewports then navigate amongst them
|
|
2328
|
+
> grid.newpage()
|
|
2329
|
+
> grid.rect(gp=gpar(col="grey"))
|
|
2330
|
+
> grid.text("Top-level viewport",
|
|
2331
|
+
+ y=unit(1, "npc") - unit(1, "lines"), gp=gpar(col="grey"))
|
|
2332
|
+
> if (interactive()) Sys.sleep(1.0)
|
|
2333
|
+
> pushViewport(viewport(width=0.8, height=0.7, name="A"))
|
|
2334
|
+
> grid.rect(gp=gpar(col="blue"))
|
|
2335
|
+
> grid.text("1. Push Viewport A",
|
|
2336
|
+
+ y=unit(1, "npc") - unit(1, "lines"), gp=gpar(col="blue"))
|
|
2337
|
+
> if (interactive()) Sys.sleep(1.0)
|
|
2338
|
+
> pushViewport(viewport(x=0.1, width=0.3, height=0.6,
|
|
2339
|
+
+ just="left", name="B"))
|
|
2340
|
+
> grid.rect(gp=gpar(col="red"))
|
|
2341
|
+
> grid.text("2. Push Viewport B (in A)",
|
|
2342
|
+
+ y=unit(1, "npc") - unit(1, "lines"), gp=gpar(col="red"))
|
|
2343
|
+
> if (interactive()) Sys.sleep(1.0)
|
|
2344
|
+
> upViewport(1)
|
|
2345
|
+
> grid.text("3. Up from B to A",
|
|
2346
|
+
+ y=unit(1, "npc") - unit(2, "lines"), gp=gpar(col="blue"))
|
|
2347
|
+
> if (interactive()) Sys.sleep(1.0)
|
|
2348
|
+
> pushViewport(viewport(x=0.5, width=0.4, height=0.8,
|
|
2349
|
+
+ just="left", name="C"))
|
|
2350
|
+
> grid.rect(gp=gpar(col="green"))
|
|
2351
|
+
> grid.text("4. Push Viewport C (in A)",
|
|
2352
|
+
+ y=unit(1, "npc") - unit(1, "lines"), gp=gpar(col="green"))
|
|
2353
|
+
> if (interactive()) Sys.sleep(1.0)
|
|
2354
|
+
> pushViewport(viewport(width=0.8, height=0.6, name="D"))
|
|
2355
|
+
> grid.rect()
|
|
2356
|
+
> grid.text("5. Push Viewport D (in C)",
|
|
2357
|
+
+ y=unit(1, "npc") - unit(1, "lines"))
|
|
2358
|
+
> if (interactive()) Sys.sleep(1.0)
|
|
2359
|
+
> upViewport(0)
|
|
2360
|
+
> grid.text("6. Up from D to top-level",
|
|
2361
|
+
+ y=unit(1, "npc") - unit(2, "lines"), gp=gpar(col="grey"))
|
|
2362
|
+
> if (interactive()) Sys.sleep(1.0)
|
|
2363
|
+
> downViewport("D")
|
|
2364
|
+
> grid.text("7. Down from top-level to D",
|
|
2365
|
+
+ y=unit(1, "npc") - unit(2, "lines"))
|
|
2366
|
+
> if (interactive()) Sys.sleep(1.0)
|
|
2367
|
+
> seekViewport("B")
|
|
2368
|
+
> grid.text("8. Seek from D to B",
|
|
2369
|
+
+ y=unit(1, "npc") - unit(2, "lines"), gp=gpar(col="red"))
|
|
2370
|
+
> pushViewport(viewport(width=0.9, height=0.5, name="A"))
|
|
2371
|
+
> grid.rect()
|
|
2372
|
+
> grid.text("9. Push Viewport A (in B)",
|
|
2373
|
+
+ y=unit(1, "npc") - unit(1, "lines"))
|
|
2374
|
+
> if (interactive()) Sys.sleep(1.0)
|
|
2375
|
+
> seekViewport("A")
|
|
2376
|
+
> grid.text("10. Seek from B to A (in ROOT)",
|
|
2377
|
+
+ y=unit(1, "npc") - unit(3, "lines"), gp=gpar(col="blue"))
|
|
2378
|
+
> if (interactive()) Sys.sleep(1.0)
|
|
2379
|
+
> seekViewport(vpPath("B", "A"))
|
|
2380
|
+
> grid.text("11. Seek from\nA (in ROOT)\nto A (in B)")
|
|
2381
|
+
> popViewport(0)
|
|
2382
|
+
>
|
|
2383
|
+
>
|
|
2384
|
+
>
|
|
2385
|
+
> cleanEx()
|
|
2386
|
+
> nameEx("vpPath")
|
|
2387
|
+
> ### * vpPath
|
|
2388
|
+
>
|
|
2389
|
+
> flush(stderr()); flush(stdout())
|
|
2390
|
+
>
|
|
2391
|
+
> ### Name: vpPath
|
|
2392
|
+
> ### Title: Concatenate Viewport Names
|
|
2393
|
+
> ### Aliases: vpPath
|
|
2394
|
+
> ### Keywords: dplot
|
|
2395
|
+
>
|
|
2396
|
+
> ### ** Examples
|
|
2397
|
+
>
|
|
2398
|
+
> vpPath("vp1", "vp2")
|
|
2399
|
+
vp1::vp2
|
|
2400
|
+
>
|
|
2401
|
+
>
|
|
2402
|
+
>
|
|
2403
|
+
> cleanEx()
|
|
2404
|
+
> nameEx("xsplinePoints")
|
|
2405
|
+
> ### * xsplinePoints
|
|
2406
|
+
>
|
|
2407
|
+
> flush(stderr()); flush(stdout())
|
|
2408
|
+
>
|
|
2409
|
+
> ### Name: xsplinePoints
|
|
2410
|
+
> ### Title: Return the points that would be used to draw an Xspline (or a
|
|
2411
|
+
> ### Bezier curve).
|
|
2412
|
+
> ### Aliases: xsplinePoints bezierPoints
|
|
2413
|
+
> ### Keywords: dplot
|
|
2414
|
+
>
|
|
2415
|
+
> ### ** Examples
|
|
2416
|
+
>
|
|
2417
|
+
> grid.newpage()
|
|
2418
|
+
> xsg <- xsplineGrob(c(.1, .1, .9, .9), c(.1, .9, .9, .1), shape=1)
|
|
2419
|
+
> grid.draw(xsg)
|
|
2420
|
+
> trace <- xsplinePoints(xsg)
|
|
2421
|
+
> grid.circle(trace$x, trace$y, default.units="inches", r=unit(.5, "mm"))
|
|
2422
|
+
>
|
|
2423
|
+
> grid.newpage()
|
|
2424
|
+
> vp <- viewport(width=.5)
|
|
2425
|
+
> xg <- xsplineGrob(x=c(0, .2, .4, .2, .5, .7, .9, .7),
|
|
2426
|
+
+ y=c(.5, 1, .5, 0, .5, 1, .5, 0),
|
|
2427
|
+
+ id=rep(1:2, each=4),
|
|
2428
|
+
+ shape=1,
|
|
2429
|
+
+ vp=vp)
|
|
2430
|
+
> grid.draw(xg)
|
|
2431
|
+
> trace <- xsplinePoints(xg)
|
|
2432
|
+
> pushViewport(vp)
|
|
2433
|
+
> invisible(lapply(trace, function(t) grid.lines(t$x, t$y, gp=gpar(col="red"))))
|
|
2434
|
+
> popViewport()
|
|
2435
|
+
>
|
|
2436
|
+
> grid.newpage()
|
|
2437
|
+
> bg <- bezierGrob(c(.2, .2, .8, .8), c(.2, .8, .8, .2))
|
|
2438
|
+
> grid.draw(bg)
|
|
2439
|
+
> trace <- bezierPoints(bg)
|
|
2440
|
+
> grid.circle(trace$x, trace$y, default.units="inches", r=unit(.5, "mm"))
|
|
2441
|
+
>
|
|
2442
|
+
>
|
|
2443
|
+
>
|
|
2444
|
+
> ### * <FOOTER>
|
|
2445
|
+
> ###
|
|
2446
|
+
> cleanEx()
|
|
2447
|
+
> options(digits = 7L)
|
|
2448
|
+
> base::cat("Time elapsed: ", proc.time() - base::get("ptime", pos = 'CheckExEnv'),"\n")
|
|
2449
|
+
Time elapsed: 4.911 0.016 4.927 0 0
|
|
2450
|
+
> grDevices::dev.off()
|
|
2451
|
+
null device
|
|
2452
|
+
1
|
|
2453
|
+
> ###
|
|
2454
|
+
> ### Local variables: ***
|
|
2455
|
+
> ### mode: outline-minor ***
|
|
2456
|
+
> ### outline-regexp: "\\(> \\)?### [*]+" ***
|
|
2457
|
+
> ### End: ***
|
|
2458
|
+
> quit('no')
|