ntg-context - mailing list for ConTeXt users
 help / color / mirror / Atom feed
From: Karl Ove Hufthammer <karloh@mi.uib.no>
Subject: Re: Charts,  Graphs, Tufte, and ConTeXt
Date: Tue, 25 Jul 2006 14:12:31 +0200	[thread overview]
Message-ID: <ea51rg$91l$1@sea.gmane.org> (raw)
In-Reply-To: <44C1071F.80300@trichotomic.net>

David Wooten wrote:

> Thus I'm curious as to what others use... is R an efficient method to
> produce elegant charts?

Yes! R (especially using the new grid and lattice framework) produces
excellent charts and graphs, with very sensible default options (much
of it based on Cleveland’s research).

There are packages for most common and not-so-common stasticial graphs, but
it is not difficult to create your own from scratch, either, or to modify
existing ones.

For an example of the various graphics possible to create with R, try these
commands (at an R prompt):

library(lattice)                       # Load the ‘lattice’ package¹.
grid::grid.prompt(TRUE); par(ask=TRUE) # Pause between each graphic.
example(xyplot)                        # Many nice lattice graphs.
demo(lattice)                          # More lattice graphs.
demo(graphics)                         # Example of non-lattice graphs.

You may also want to take a look at the R Graph Gallery:
http://addictedtor.free.fr/graphiques/

¹ Which is basically ‘trellis for R’; see
  http://stat.bell-labs.com/project/trellis/.

-- 
Karl Ove Hufthammer
E-mail and Jabber: karl@huftis.org

_______________________________________________
ntg-context mailing list
ntg-context@ntg.nl
http://www.ntg.nl/mailman/listinfo/ntg-context

  parent reply	other threads:[~2006-07-25 12:12 UTC|newest]

Thread overview: 13+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2006-07-21 16:55 David Wooten
2006-07-21 17:36 ` Mojca Miklavec
2006-07-21 19:22   ` David Wooten
2006-07-22 14:00     ` John R. Culleton
2006-07-22 15:35 ` Hans Hagen
2006-07-23 17:48   ` Sanjoy Mahajan
2006-07-23 20:04     ` Idris Samawi Hamid
2006-07-23 20:38       ` Sanjoy Mahajan
2006-07-24  9:30         ` Hans Hagen
2006-07-24 15:23           ` Sanjoy Mahajan
2006-07-25 12:12 ` Karl Ove Hufthammer [this message]
2006-07-26 21:02   ` Nicolas Grilly
2006-07-27 14:14     ` Karl Ove Hufthammer

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to='ea51rg$91l$1@sea.gmane.org' \
    --to=karloh@mi.uib.no \
    --cc=ntg-context@ntg.nl \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).