plot.numint: Plotting method for num_int

Description Usage Arguments Value

View source: R/numint.R

Description

Plotting method for num_int

Usage

1
2
3
## S3 method for class 'numint'
plot(x, y = NULL, main = "Monte Carlo Integration",
  col = blues9[4], ...)

Arguments

x

the x-coordinate

y

the y-coordinate (ignored, but need tbecause the standard plot function has them)

main

the title

col

the color to use

...

additional parameters to pass

Value

it returns the coordinates


pmarjora/numint documentation built on May 24, 2019, 6:16 a.m.