Re: [R] extracting information from txt file

2012-10-31 Thread Taimur Sajid
;\\D", "", doc)) read.table(address, sep = ",", header = TRUE, skip = head_count) } foo <- epa_extract("http://www.epa.gov/emap/html/data/surfwatr/data/mastreams/9396/wchem/chmval.txt";) Taimur Saji

Re: [R] Hmisc::pstamp, mfcol, and spacing

2012-04-30 Thread Taimur Sajid
You could try legend("bottomright", legend = Sys.time()) to get the timestamp in the right place (or alternatively, using text()). The documentation for pstamp mentions that it has a problem under Windows when mfrow is used. The mar argument allows you to adjust the plot margins. See ?par. T