Home
last modified time | relevance | path

Searched refs:EvalRscript (Results 1 – 10 of 10) sorted by relevance

/dports/math/vtk6/VTK-6.2.0/Examples/Infovis/Python/
H A DRinterface.py32 rinterface.EvalRscript("d",1)
35 rinterface.EvalRscript("b = matrix(sqrt(10:19),10,1)",1)
38 rinterface.EvalRscript("d = cbind(d,b)",1);
/dports/math/vtk8/VTK-8.2.0/Examples/Infovis/Python/
H A DRinterface.py32 rinterface.EvalRscript("d",1)
35 rinterface.EvalRscript("b = matrix(sqrt(10:19),10,1)",1)
38 rinterface.EvalRscript("d = cbind(d,b)",1);
/dports/math/vtk6/VTK-6.2.0/Filters/StatisticsGnuR/Testing/Cxx/
H A DTestRInterface.cxx82 rint->EvalRscript("1:10\n"); in TestRInterface()
91 rint->EvalRscript("d[,1] = d[,1] - 0.1\n\ in TestRInterface()
107 rint->EvalRscript("a = sqrt(a)\n"); in TestRInterface()
132 rint->EvalRscript("t = matrix(unlist(t),nrow=length(t[[1]]),ncol=length(t))\n\ in TestRInterface()
188 rint->EvalRscript("edge<-r_tr[[1]]\n\ in TestRInterface()
/dports/math/vtk6/VTK-6.2.0/Filters/StatisticsGnuR/
H A DvtkCorrelativeStatisticsGnuR.cxx59 ri->EvalRscript( "p=1-pchisq(jbs,3)" ); in CalculatePValues()
H A DvtkDescriptiveStatisticsGnuR.cxx59 ri->EvalRscript( "p=1-pchisq(jb,2)" ); in CalculatePValues()
H A DvtkPCAStatisticsGnuR.cxx62 ri->EvalRscript( rs.str().c_str() ); in CalculatePValues()
H A DvtkRInterface.h67 int EvalRscript(const char *string, bool showRoutput = true);
H A DvtkContingencyStatisticsGnuR.cxx86 ri->EvalRscript( rs.str().c_str() ); in CalculatePValues()
H A DvtkRInterface.cxx227 int vtkRInterface::EvalRscript(const char *string, bool showRoutput) in EvalRscript() function in vtkRInterface
H A DvtkRCalculatorFilter.cxx496 result = this->ri->EvalRscript(this->Rscript); in RequestData()
512 result = this->ri->EvalRscript(this->RfileScript); in RequestData()