diff options
| author | St33v <st33v@woodenspoon.net> | 2014-04-05 16:02:11 +1100 |
|---|---|---|
| committer | St33v <st33v@woodenspoon.net> | 2014-04-05 16:02:11 +1100 |
| commit | b79895a15d0b167b183d173bc94dc1ba98da0557 (patch) | |
| tree | a0a3ac517232884835b9ddad978398f45c7db0e0 /plot | |
| parent | b10b7b7550bec22ab463ea2ae95b1467dbd0e442 (diff) | |
Diffstat (limited to 'plot')
| -rw-r--r-- | plot | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -6,7 +6,7 @@ # ..later.. I like to reduce the size to 80% in MS word - it makes the axis # lables and other writing a bit smaller (I spuppose I could use cex=.8 or somthing) myemf <- function(filename, wdt=15, hgt = 12, pdir=plot_dir, has_title = F){ - if(!exists('plot_dir')) plot_dir <- plotDir() + if(!exists('pdir')) plot_dir <- plotDir() filename <- paste(pdir, '/', filename, '.emf', sep='') win.metafile(file=filename, width=wdt/2.54, height=hgt/2.54) cat('Plotting to', filename, '\n') |
