Learn R Programming

rDNA (version 1.31)

dna.gui: Start DNA GUI

Description

Start the GUI of the Java software Discourse Network Analyzer.

Usage

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.

See Also

rDNA dna.init dna.network dna.attributes

Examples

Run this code
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)

Run the code above in your browser using DataLab