dna.gui: Start DNA GUI

Description Usage Arguments Details Author(s) See Also Examples

View source: R/rDNA.R

Description

Start the GUI of the Java software Discourse Network Analyzer.

Usage

1
dna.gui(memory = 1024)

Arguments

memory

The amount of memory to allocate for DNA. By default, 1024 MB will be allocated. This should be enough for most .dna files. If your computer is low on memory, you may set it to 512 or 256. If your file is very large and your computer has enough RAM, you can allocate 2048 MB or more.

Details

The method starts the user interface of the Java software Discourse Network Analyzer (DNA). All changes in the GUI have to be saved manually and will not be transferred back to R.

Author(s)

Philip Leifeld (http://www.philipleifeld.com)

See Also

rDNA dna.init dna.network dna.attributes

Examples

1
2
3
4
5
6
7
download.file("http://www.philipleifeld.de/cms/upload/Downloads/dna-1.31.jar",
    destfile = "dna-1.31.jar", mode = "wb")
dna.init("dna-1.31.jar")
## Not run: 
dna.gui()

## End(Not run)

rDNA documentation built on May 30, 2017, 12:15 a.m.