~ubuntu-branches/ubuntu/lucid/rcmdr/lucid-proposed

« back to all changes in this revision

Viewing changes to man/Hist.Rd

  • Committer: Bazaar Package Importer
  • Author(s): Dirk Eddelbuettel
  • Date: 2008-04-10 16:33:09 UTC
  • mfrom: (1.1.17 upstream)
  • Revision ID: james.westby@ubuntu.com-20080410163309-8ir2uhylr0bshcir
Tags: 1.3-14-1
New upstream release

Show diffs side-by-side

added added

removed removed

Lines of Context:
29
29
\seealso{\code{\link[graphics]{hist}}}
30
30
 
31
31
\examples{
 
32
    library(car)
32
33
    data(Prestige)
33
34
    Hist(Prestige$income, scale="percent")
34
35
    }