||
R中调用Python代码: 以运行PyEphem天文计算程序包为例
操作系统Linux Mint
安装 python 2.7.6 dev 版本
pyephem 所需要的 Numpy,Scipy 已经安装
rPython程序包所依赖的RJSONIO程序包也已经通过install.packages("RJSONIO") 安装到R中。
举例:
library(rPython)
python.exec("from ephem import *")
python.exec("j = ephem.Jupiter()")
python.exec("j.compute('1986/2/8')")
python.exec("print('%s %s' % (j.ra, j.dec))")
Archiver|手机版|科学网 ( 京ICP备07017567号-12 )
GMT+8, 2024-12-26 20:10
Powered by ScienceNet.cn
Copyright © 2007- 中国科学报社