Hello, I am trying to use rpy to plot a histogram from data residing inside of a data.frame:
Normally, from the R prompt, I would use something like this: hist(dust_frame$temp_density_raster) The documentation indicates that the R function '$' can be accessed with something like this: r['$'] but it is unclear how I would use it in the hist function above. Any help would be greatly appreciated. I am using the R 'sp' and 'spgrass6' libraries to copy a GRASS GIS raster into R, and am then trying to use the raster grid values to plot, etc. Bill ------------------------------------------------------------------------- Take Surveys. Earn Cash. Influence the Future of IT Join SourceForge.net's Techsay panel and you'll get the chance to share your opinions on IT & business topics through brief surveys - and earn cash http://www.techsay.com/default.php?page=join.php&p=sourceforge&CID=DEVDEV _______________________________________________ rpy-list mailing list rpy-list@lists.sourceforge.net https://lists.sourceforge.net/lists/listinfo/rpy-list