File: README

package info (click to toggle)
rpy 1.0.3-2
  • links: PTS
  • area: main
  • in suites: lenny
  • size: 636 kB
  • ctags: 774
  • sloc: ansic: 2,139; python: 1,591; makefile: 119; sh: 73
file content (21 lines) | stat: -rw-r--r-- 701 bytes parent folder | download | duplicates (6)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
Examples.

This is a small collection of examples.  All contributions are welcome.
To run the scripts do (for example):

    python animation.py

Here is a list of the scripts:

faithful.py          make very nice graphs from the 'Old faithful'
		     data. (Contributed by Tim Churches.)
chisquared.py	     plotting of the chi-squared density.
animation.py	     plotting of the chi-squared density with different
		     degrees of freedom.

These are small examples of the use of conversion modes.  See the manual for
details.

useful/erobj.py      Enhanced version of the Robj type, using the
		     PROC_CONVERSION mode.
useful/dataframe.py  DataFrame Python class to mimic the data frame R class.