Re: [R] applying operations within() a matrix's environment

2014-07-04 Thread Steve Bellan
each step of cycle and keep only last value from your > cycle in first item in vectors v1-3? > > Because this is what your cycle does. > > Petr > > From: r-help-boun...@r-project.org [mailto:r-help-boun...@r-project.org] On > Behalf Of Steve Bellan > Sent: Friday, Ju

[R] applying operations within() a matrix's environment

2014-07-03 Thread Steve Bellan
data.frame or list because I’m trying to optimize for speed. Help is much appreciated. Thanks! Steve Steve Bellan, PhD, MPH Post-doctoral Researcher Lauren Ancel Meyers Research Group Center for Computational Biology and Bioinformatics University of Texas at Aust

[R] overlay histograms on map at map coordinates

2010-11-22 Thread Steve Bellan
em to be able to handle plot() hist() or other such functions. Otherwise, I could create viewports for each histogram inside the map's coordinate system. Any ideas? Thanks! Steve Steve Bellan MPH, Epidemiology PhD Candidate, Environmental Science, Policy

[R] Arial for pdf() on a Mac

2009-09-29 Thread Steve Bellan
n *.enc am I correct in assuming that I put them in the library/grDevices/afm directory and run the following in R: Arial <- Typ1Font("Arial", c("4-5 afm files here"), encoding = "enc file here") pdf(..., family="Arial") Thanks for your help, Steve