hello, happy new year. I want to know if it's possible to send a bar chart from the software R to an directory. Thanks. _____________________________________________________________________________ [[alternative HTML version deleted]]
Hi,> I want to know if it's possible to send a bar chart from the > software R to an directory.Do you mean saving your figure to a file ? If so, you can take a look at the device functions, which allow you to generate your figure to a file in different formats, especially pdf or postscript. For example, to generate your plot into a pdf file, you can use : pdf(file="filename.pdf") plot(...) dev.off() Hope that helps, Julien -- Julien Barnier Groupe de recherche sur la socialisation ENS-LSH - Lyon, France
See the examples under ?png ?pdf On Jan 24, 2008 10:05 AM, elyakhlifi mustapha <elyakhlifi_mustapha@yahoo.fr> wrote:> hello, > happy new year. > I want to know if it's possible to send a bar chart from the software R to > an directory. > Thanks. > > > > _____________________________________________________________________________ > > > [[alternative HTML version deleted]] > > ______________________________________________ > R-help@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. >[[alternative HTML version deleted]]