TODO
TODO list:
- paper in psychology (IJPA)
- Michael Friendly: ancient Chinese graphics
an R packageFriedrich is working on a new version of Sweave which will support us using any graphics devices.Sweave2(Sweave2.lyx, Sweave2.r, Sweave2.Rnw, Sweave2.pdf)- keep comments and tidy up R code: can define
parse()anddeparse() customize graphics function: can define graphics device (e.g.png)- how to define the number of digits for numeric output in
\Sexpr{} use Makevars and Makevars.win to create a symbolic link in $R_HOME/bin when installing the package from source (cf: http://www.rforge.net/pgfSweave/)
- keep comments and tidy up R code: can define
- take a look at
pgfsweave; seems more flexible than Sweave and beautiful!! the 2nd Chinese R conferencetalk on creating R packagessponsorMartin Maechler suggested a report to “The R Journal”- 3nd Chinese R conference: invitation to R core and famous useRs overseas
- R package
ISU.Stat500- vignette
- a function to demonstrate bivariate Normal distribution (tcltk slider to control
)
- Chinese book on R graphics
- Hao Li suggested
latticeandrgl(could also considerggplot2) RColorBrewershould be added to the section on color selection
- Hao Li suggested
- R package
swfDevice:Windows build (problem in building dll’s or calling C from R?)(too difficult for me)wrap SWF in HTML output bysprintf('<object style="width: %spx; height: %spx;" classid="clsid:d27cdb6e-ae6d-11cf-96b8-444553540000" width="%s" height="%s" codebase="http://download.macromedia.com/pub/shockwave/cabs/flash/swflash.cab#version=6,0,40,0"><param name="src" value="%s" /><embed style="width: %spx; height: %spx;" type="application/x-shockwave-flash" width="%s" height="%s" src="%s"></embed></object>', width, height, width, height, file, width, height, width, height, file)
- Rweb by Chris: we can create animations there very conveniently!
- Needs a little bit PHP & JavaScript programming in AniWiki to implement the real dynamic generation of animations without local R.
- What’s revised in Rweb? How to install it? Update R (and
animationpackage) to the latest version?
- They need assistance:
Zhao L.: medical paper (to be done in the winter holiday)Shen Dai: improve price animation
animationpackage:two functions for Monte-Carlo integration in theanimationpackage;submit(1.0-10 on CRAN now)animation1.0-10 to CRANDai Shen: stock price animation- improve graphics quality
- multivariate/high-d data
jpeg2swf,png2swf,pdf2swfby Yixuan- course Visualizing Quantitative Information
find ImageMagick under Windows:readRegistry('SOFTWARE\\ImageMagick\\Current')$BinPath
- COS
- request from COS forum: autobiography
COS main site: (1) author information in the authors’ archive (2) a page template to list all authorsconvert phpWind to bbPress (problems: charset GB2312 –> UTF-8; SQL by Linlin Yan)- Linlin: plugin
_chinese_name.php(modified core files); modified no-wrap CSS; Yihui: removed<big>fromkakumei/{forum,front-page,view}.php
- master thesis?…
- Qt interfaces with R
- Plot types:
- Scatterplots, scatterplot matrices (Marie)
- Parallel coordinates (Yihui)
- Barcharts, mosaic plots, fluctuation diagrams (Di and Heike?)
- Product plots?
- Conventional histograms, with draggable bins (Di and Heike?)
- 1D plots – ASH, jittered, density etc
- Maps (Nicholas?)
- Hexbin plots (Nicholas?)
- Graphs / networks
- Time series plot
- Plot types:
4 Responses to “TODO”
Comments (4)
hint for 3.3:
to have X value written with 2 digits:
\Sexpr{round(X,2)}Thanks, but what I meant was to define the number of digits globally: not just for a single instance. I guess something like
options(digits = *)might work, but have not tried yet.What’s the meaning of “Qt interfaces with R”? To develop a new graphics device using QT library?
Exactly — Qt by Nokia. There are a series of R packages under development now on R-Forge: https://r-forge.r-project.org/projects/qtinterfaces (they may be quite unstable currently)