methods_rfhcSim: Plot and Print rfhcSim-objects.

Description Usage Arguments Details See Also Examples

Description

Plot and print the result object of function simulateRFHC.

Usage

1
2
3
4
## S3 method for class 'rfhcSim'
plot(x, size=0, field=TRUE , ...)
## S3 method for class 'rfhcSim'
print(x, ...)

Arguments

x

Simulated pattern.

size

If >0, draw the radius for each point multiplied by ‘size’. Best use: size=1.

...

in plot: Additional parameteres passed on to the function plot.im that plots the field. E.g. colors, ribbon options.

Details

Plot: First plot the field using plot.im, then overlay the points using points. If size=1 use symbols to add circles.

Print: Print short description.

See Also

simulateRFHC.

Examples

1
2
3
 y <- simulateRFHC()
 ## Not run: plot(y, 1, col=gray.colors(30))
 print(y)

antiphon/rfhc documentation built on May 10, 2019, 12:20 p.m.