Learn R Programming

Rgnuplot (version 1.0.3)

GpwriteXYcsv: Write double column CSV file

Description

GpwriteXYcsv writes a double column CSV file for use with gnuplot commands later

Usage

GpwriteXYcsv(fileName,x,y,n,title)

Arguments

fileName
CSV file name
x
A column buffer
y
A column buffer
n
number of columns
title
Title to write for the first line of the .csv file, will be preceeded by "#"

Value

See Also

Gpinit