Package dataplot :: Package R
[show private | hide private]
[frames | no frames]

Package dataplot.R

Plots using R base graphics code and the rpy backend.
Classes
barplot Standard boring barplot.
CorrScatter Scatterplot used to judge correlation between 2 variables.
Histogram generic histogram for showing a univariate distribution.
multi_time_series Multiple time series superimposed for comparison.
NormalQQPlot Use to see if univariate data are approximately normal.
Plot R plot for the web.
Scatter Simple x-y scatterplot.
SquareScatter  
TimeSeries Simple cumulative time series.

Exceptions
RFunctionDoesNotExist  

Function Summary
  values_to_df(values)
Django values list of dicts -> R data.frame

Function Details

values_to_df(values)

Django values list of dicts -> R data.frame

This makes writing Django and R code easy, since querysets and data.frames are the native ways of describing data tables in the respective programming paradigms.

Generated by Epydoc 2.1 on Tue Apr 29 23:35:17 2008 http://epydoc.sf.net