demo/hello5.R

# 'Hello World!' - using GpplotEquation
h1 <- Gpinit()  #Initialize the gnuplot handle
GpplotEquation(h1, "sin( x )", "Hello World!")
Gppause()  # pause R and gnuplot
h1 <- Gpclose(h1)  # close gnuplot handles 

Try the Rgnuplot package in your browser

Any scripts or data that you put into this service are public.

Rgnuplot documentation built on May 1, 2019, 9:17 p.m.