Learn R Programming

Rgnuplot (version 1.0.3)

GpwriteMultiCsv: Write multi column CSV file

Description

GpwriteMultiCsv Writes a multi column CSV file for use with gnuplot commands later

Usage

GpwriteMultiCsv(fileName,xListPtr,n,numColumns,title)

Arguments

fileName
CSV file name
xListPtr
A list of pointers to column buffers
n
number of columns
numColumns
Length of xListPtr lis
title
Title to write for the first line of the .csv file, will be preceeded by "#"

Value

See Also

Gpinit