print.sonia.settings {rSoNIA}R Documentation

prints out the settings object

Description

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.

Usage

print.sonia.settings(x,...)

Arguments

x an object of class sonia.settings
... additional arguments

Value

text representation of settings object ...

Author(s)

skyebend@skyeome.net

See Also

soniaBrowseSettings

Examples


print(soniaBrowseSettings);

## The function is currently defined as
function(settings){
        paste(lapply(settings,function(x){paste(x[1],x[2],sep="=")}),sep="\n");
  }

[Package rSoNIA version 0.0-4 Index]