File: README

package info (click to toggle)
rpy 0.4.1-4
  • links: PTS
  • area: main
  • in suites: sarge
  • size: 3,988 kB
  • ctags: 14,206
  • sloc: ansic: 15,392; python: 977; makefile: 406; sh: 28
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.