print.sonia.settings {rSoNIA} | R Documentation |
prints the settings objects containing key value pairs of parameters used by SoNIA in a standard form to be read as part of the control string.
print.sonia.settings(x,...)
x |
an object of class sonia.settings |
... |
additional arguments |
text representation of settings object ...
skyebend@skyeome.net
print(soniaBrowseSettings); ## The function is currently defined as function(settings){ paste(lapply(settings,function(x){paste(x[1],x[2],sep="=")}),sep="\n"); }