Browser and Editor Display Example

This is a product of DandD project.
Download DandD Browser (You need the Java JRE-6u3 or later. Older version may result in an immediate quite of the browser.
If you have not, please install the latest JRE first or choose the download with VM. The administrator privilege is required for the complete install in Windows. Otherwise DandD instance has no proper properties.)
DandD Browser shows structure, attributes and background information of data through a DandD Instance.

Download DandD Editor (You need the Java JRE-6u3 or later. Older version may result in an immediate quite of the browser. If you have not, install the latest JRE or choose the download with VM.)
DandD Editor creates a DandD instance from data file or edit or merge DandD instances.

Download DandD Server
DandD Server is the core part of DandD support system.


Download DandDR for R Version 1.9
 Windows Binary
 Linux source

Download DandDR for R Version 2.0 and later (with Textile Plot)
 Windows Binary
 Linux source
 Mac Binary

DandDR is an interface between DandD Instance and R.
Function 'DandD' loads a DandD Instance and returns the "dad" object.
The object has its own plot method which invoke a textile plot.

Example Code:
> library(dad)
> Iris.dad = DandD("Iris.dad", "http://datascience.jp/DandD/Examples/Iris.dad")
> plot(Iris.dad)

Examples of DandD Instances

DTD


Back To Top Page


Mail to