~ubuntu-branches/ubuntu/lucid/rcmdr/lucid-proposed

« back to all changes in this revision

Viewing changes to man/Rcmdr.sciviews-specific.Rd

  • Committer: Bazaar Package Importer
  • Author(s): Dirk Eddelbuettel
  • Date: 2009-04-28 08:13:40 UTC
  • mfrom: (1.1.22 upstream) (2.2.4 squeeze)
  • Revision ID: james.westby@ubuntu.com-20090428081340-low71c3m9hkaafrb
Tags: 1.4-10-2
debian/rules: Set mode of Rcmdr/etc/linux/Rcmdr.sh to 0755  
(Closes: #525971)

Show diffs side-by-side

added added

removed removed

Lines of Context:
37
37
  The functions \code{is.SciViews} tests if R is running under SciViews. If not, most of the other SciViews-specific functions do nothing. \code{is.SciViews.TclTk} test if the SciViews client communicates with R through Tcl/Tk (otherwise, it probably uses SciViews plugs).
38
38
  The function \code{svlogger} is similar to \code{logger}, but it records Rcmdr commands in the specific SciViews R script window
39
39
  and in the SciViews command history, instead of the log window and the default R command history. 
40
 
  \code{optionLogCommand}, \code{optionAttachDataSet} and {optionSortVariables} allow to change the command logging, automatic attachment of the active
 
40
  \code{optionLogCommand}, \code{optionAttachDataSet} and \code{optionSortVariables} allow to change the command logging, automatic attachment of the active
41
41
  data set and sorting of variable names (equivalent options than those accessible by check boxes in the 'R Commander' window of Rcmdr outside of SciViews, or in the Options dialog box). In SciViews
42
42
  insider, the state of these options, as well as the names of the active data set and model are displayed in the status bar.
43
43
  \code{refreshStatus} make sure that this information in the status bar is updated according to the current internal state of Rcmdr.