Displaying 2 results from an estimated 2 matches for "leafangl".
Did you mean:
leafangle
2005 Jun 07
0
Error calling "read.table" from Python
...red.
However these statements work well when they are input to R directly. It is
so odd.
The Python scripts are as the following,
from win32com.client import Dispatch
sc=Dispatch("StatConnectorSrv.StatConnector")
sc.Init("R")
sc.SetSymbol("dir","D:/wangwm/work/LeafAngle/Py")
sc.Evaluate("setwd(dir)")
sc.SetSymbol("file","FIFE7184.LAD")
#print(sc.Evaluate("file"))
sc.SetSymbol("sep",'","')
print(sc.GetSymbol("file"))
print(sc.Evaluate("getwd()"))
print(sc.Evaluate("re...
2012 May 20
1
CRAN (and crantastic) updates this week
.../packages/lava
Estimation and simulation of latent variable models
* lava.tobit (0.4-6)
Maintainer: Klaus. K. Holst
Author(s): Klaus K. Holst
License: GPL-3
http://crantastic.org/packages/lava-tobit
lava plugin allowing combinations of left and right censored and
binary outcomes
* LeafAngle (1.1)
Maintainer: Unknown
Author(s): Remko Duursma
License: GPL
http://crantastic.org/packages/LeafAngle
A leaf angle distribution is a special distribution that is defined
between 0 and 90 degrees, and a number of distributions are used to
characterize the leaf angle distribution i...