renamed method to rstat.getDataFrame() method
git-svn-id: svn://svn.cy55.de/Zope3/src/cybertools/trunk@2094 fd906abe-77d9-0310-91a1-e0d9ade77398
This commit is contained in:
parent
84ffc7ff6e
commit
c29f109cfa
1 changed files with 1 additions and 1 deletions
|
@ -72,7 +72,7 @@ class RStat(object):
|
||||||
key = registerImage(fn)
|
key = registerImage(fn)
|
||||||
return '%s/@@plot?image=%s.jpg' % (absoluteURL(context, request), key)
|
return '%s/@@plot?image=%s.jpg' % (absoluteURL(context, request), key)
|
||||||
|
|
||||||
def getRFrame(self, data):
|
def getDataFrame(self, data):
|
||||||
""" Return an R data.frame.
|
""" Return an R data.frame.
|
||||||
|
|
||||||
The ``data`` argument is a sequence of tuples
|
The ``data`` argument is a sequence of tuples
|
||||||
|
|
Loading…
Add table
Reference in a new issue