Learn R Programming

JavaGD (version 0.5-5.1)

JavaGD: Create a new Java graphics device

Description

JavaGD initializes a new Java grapgics device and creates a new window.

Usage

JavaGD(name="JavaGD", width=400, height=300, ps=12)

Arguments

name
Name of the device
width
Initial width of the window (usually in pixels, but the actual interpretation depends on the Java implementation)
height
Initial height of the window
ps
Initial point size

Value

  • Currently the return value is implementation dependent, mostly just the return code as returned by the low-level C function

Examples

Run this code
JavaGD()

Run the code above in your browser using DataLab