powered by
Plots the results of points simulated in a PointProcess or HaltonSeq class, whcih obht inherit methods from the PointSim class.
# S3 method for PointSim plot(x, y, ..., title = "Simulated Points", color = "red")
an object of class PointSim or one of its child classes
ignored
an optional title. Default is "Simulated Points".
an optional color for the simulated points. Default is red.
A plot of classes 'gg' and 'ggplot'
The returned plot can be refined with standard ggplot2 functions
# NOT RUN { # Load spacejamr object data("RI") ri_points <- PointSim(points = 10, window = RI, seed = 42) plot(ri_points) # }
Run the code above in your browser using DataLab