GpplotFunction: Plots an expression in one function call

Description Usage Arguments Value Author(s) See Also Examples

Description

GpplotFunction plots an expression without the need to define handles

Usage

1
GpplotFunction(x, xlab='x', ylab='y', main='', type='l',...)

Arguments

x

expression

xlab

label for the x-axis

ylab

label for the y-axis

main

main title for the graphic

type

type of plot: lines or points

...

extra parameters passed to the function

Value

none

Author(s)

Oscar Perpi\~n\'an Lamigueiro

See Also

Gpinit

Examples

1
## Not run: GpplotFunction ('sin(x)', 'x', 'y', 'sine function')

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