|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objecthalo.data.biascorrection.RMethods
public class RMethods
Class for the writing of R scripts and running these from the code
Constructor Summary | |
---|---|
RMethods()
|
Method Summary | |
---|---|
void |
addLineToScript(java.lang.String line)
Write one line into the R script |
void |
endRScript()
End the writing of the R script |
void |
runR()
Start R with the previously written script |
void |
setPath(java.lang.String path)
Define the installation path of R |
void |
startRScript(java.lang.String filename)
Start to write the R script |
Methods inherited from class java.lang.Object |
---|
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
---|
public RMethods()
Method Detail |
---|
public void runR()
public void startRScript(java.lang.String filename)
filename
- The name of the script filepublic void endRScript()
public void addLineToScript(java.lang.String line)
line
- The line that will be written into the scriptpublic void setPath(java.lang.String path)
path
- The path of the bin directory where R is installed
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |