Learn R Programming

Rgnuplot (version 1.0.3)

GpplotOnce: Plots arrays in one function call

Description

GpplotOnce plots arrays for the x and y values without the need to define handles

Usage

GpplotOnce(title, style, label.x, label.y, x, y, n)

Arguments

title
title for the graphic
style
gnuplot style (lines, points, linespoints, ...)
label.x
label for the x-axis
label.y
label for the y-axis
x
array of doubles for the x-axis
y
array of doubles for the y-axis
n
number of elements of the list

Value

See Also

Gpinit