I have a graph (a curve with a x- and y-axis) on paper. (The device from which I receive this is not able to output the data digitally unfortunately.) Is there a procedure by which I can scan the graph, save it into, e.g., a bitmap file and make it R to read this file into x and y coordinates? Thanks, Aad Termorshuizen _________________________________________________________________ ____________________________________________________________________________ ____________ Disclaimer: Dit e-mailbericht is uitsluitend bestemd voor de geadresseerde(n). Indien dit e-mailbericht niet voor u bestemd is, verzoeken wij u vriendelijk doch dringend, de afzender van het bericht op hoogte te brengen en alle informatie uit uw computer te verwijderen zonder acht te nemen van de inhoud. ____________________________________________________________________________ ____________ This E-mail has been scanned for viruses by the McAfee Appliance of Blgg B.V.
Check out http://www.datathief.org/ Remko ------------------------------------------------- Remko Duursma Post-Doctoral Fellow Centre for Plant and Food Science University of Western Sydney Hawkesbury Campus Richmond NSW 2753 Dept of Biological Science Macquarie University North Ryde NSW 2109 Australia Mobile: +61 (0)422 096908 2009/3/4 Aad Termorshuizen <aad.termorshuizen at blgg.nl>:> > ? I have a graph (a curve with a x- and y-axis) on paper. (The device from > ? which ?I ?receive ?this ?is ?not ?able ?to ?output ?the data digitally > ? unfortunately.) Is there a procedure by which I can scan the graph, save it > ? into, e.g., a bitmap file and make it R to read this file into x and y > ? coordinates? > ? Thanks, Aad Termorshuizen > ? ? _________________________________________________________________ > > ? ____________________________________________________________________________ > ? ____________ > ? Disclaimer: > ? Dit e-mailbericht is uitsluitend bestemd voor de geadresseerde(n). Indien > ? dit e-mailbericht niet voor u bestemd is, verzoeken wij u vriendelijk doch > ? dringend, ?de ?afzender ?van ?het bericht op hoogte te brengen en alle > ? informatie ?uit uw computer te verwijderen zonder acht te nemen van de > ? inhoud. > ? ____________________________________________________________________________ > ? ____________ > ? This E-mail has been scanned for viruses by the McAfee Appliance of Blgg > ? B.V. > ______________________________________________ > R-help at r-project.org mailing list > https://stat.ethz.ch/mailman/listinfo/r-help > PLEASE do read the posting guide http://www.R-project.org/posting-guide.html > and provide commented, minimal, self-contained, reproducible code. >
Remko Duursma wrote:> Check out > > http://www.datathief.org/ > > > RemkoFor Linux I recommend the engauge-digitizer package. Frank> > ------------------------------------------------- > Remko Duursma > Post-Doctoral Fellow > > Centre for Plant and Food Science > University of Western Sydney > Hawkesbury Campus > Richmond NSW 2753 > > Dept of Biological Science > Macquarie University > North Ryde NSW 2109 > Australia > > Mobile: +61 (0)422 096908 > > > > 2009/3/4 Aad Termorshuizen <aad.termorshuizen at blgg.nl>: >> I have a graph (a curve with a x- and y-axis) on paper. (The device from >> which I receive this is not able to output the data digitally >> unfortunately.) Is there a procedure by which I can scan the graph, save it >> into, e.g., a bitmap file and make it R to read this file into x and y >> coordinates? >> Thanks, Aad Termorshuizen >> _________________________________________________________________ >> >> ____________________________________________________________________________ >> ____________ >> Disclaimer: >> Dit e-mailbericht is uitsluitend bestemd voor de geadresseerde(n). Indien >> dit e-mailbericht niet voor u bestemd is, verzoeken wij u vriendelijk doch >> dringend, de afzender van het bericht op hoogte te brengen en alle >> informatie uit uw computer te verwijderen zonder acht te nemen van de >> inhoud. >> ____________________________________________________________________________ >> ____________ >> This E-mail has been scanned for viruses by the McAfee Appliance of Blgg >> B.V. >> ______________________________________________ >> R-help at r-project.org mailing list >> https://stat.ethz.ch/mailman/listinfo/r-help >> PLEASE do read the posting guide http://www.R-project.org/posting-guide.html >> and provide commented, minimal, self-contained, reproducible code. >> > > ______________________________________________ > R-help at r-project.org mailing list > https://stat.ethz.ch/mailman/listinfo/r-help > PLEASE do read the posting guide http://www.R-project.org/posting-guide.html > and provide commented, minimal, self-contained, reproducible code. >-- Frank E Harrell Jr Professor and Chair School of Medicine Department of Biostatistics Vanderbilt University
Frank E Harrell Jr <f.harrell <at> vanderbilt.edu> writes:> > Remko Duursma wrote: > > Check out > > > > http://www.datathief.org/ > > > > > > Remko > > For Linux I recommend the engauge-digitizer package. > Frank >I like g3data , by Jonas Frantz (on Ubuntu: apt-get install g3data ) Ben Bolker