relax {relax}R Documentation

R editor: relax

Description

relax is an editor for doing data analysis with R and writing reports.

Usage

relax(file.name, no.plots = FALSE, cmds = "", but.Wizardry = TRUE)

Arguments

file.name name of report file to be loaded
no.plots if TRUE no plots are integrated into the report text field
cmds special operations that are evaluated on start
but.Wizardry if FALSE menu Wizardry is not created

Details

relax is written in R and Tcl/Tk. relax creates a new window (top level Tcl/Tk widget) that consists of two text fields and some buttons and menus. Text (chunks) and code (chunks) are inserted in the upper text field (report field). Code chunks are evaluated by clicking on EvalRCode. Results are shown in the lower text field (output field) and will be transfered to the report field by pressing on Insert.

Chunks are separated by separators: A line containing the character "@" at its first position indicades the beginning of a text chunk. Patterns like <<*>>= or <<code chunk name>>= define code chunk headers and introduce code chunks. The code of a code chunk is the set of R expression found between the header and the following text chunk.

How to work with relax?

Value

Author(s)

Hans Peter Wolf

References

http://www.wiwi.uni-bielefeld.de/~wolf/software/relax/relax.html

Examples


## The function is currently defined as
function (workname.sys = "out.rev", no.plots = FALSE, cmds = "", but.Wizardry = TRUE){
      # nearly 5000 lines of R / Tcl/Tk code
}

[Package relax version 1.083 Index]