Skip to contents

This function opens an editor displaying the analysis code of the Nature Protocols 2009 paper

Usage

NP2009code()

Details

The edit() function uses getOption("editor") to select the editor. Use, for instance, options(editor="emacs") to set another editor.

See also

Author

Steffen Durinck, Wolfgang Huber

Examples


if(interactive()){
NP2009code()
}