search for: aspectr

Displaying 2 results from an estimated 2 matches for "aspectr".

Did you mean: aspects
2015 Jul 04
0
Support for transparency in metafile export & support for export to Powerpoint
...w.com/questions/31212659/r-function-to-capture-r-plot-in-current-graphics-device-and-export-it-to-powerp/31221813#31221813 (analogous in syntax to function dev.copy2pdf in grDevices) The code of the function is: export2office = function(file = "plot", type="PPT", scaling = 90, aspectr=NULL, vector.graphic = TRUE, fontname = "Arial", pointsize=20) { file=sub("^(.*)[.].*", "\\1", file) if (type=="PPT"|type=="PPTX") {ext=".pptx";type="PPT"} else {ext=".docx";type="DOC"} require(ReporteRs...
2006 Mar 01
3
Using aspects to apply authentication
...n and authentication before allowing someone access to controllers and models. I found two versions of RCR 321 that discuss cut-based AOP, but as far as I can tell there isn''t an implementation of the RCR as an AOP framework. Additionally, I tried to dig up information on Aspect4r and AspectR. Aspect4r is a no-who. Aspect4 is out on SourceForge, but it doesn''t appear to be an active project. The problem I want to solve is eleminating boiler-plate code from controllers and models that ensures a user is logged in and has rights to access a controller or model. This has to...