powered by
CoordinatePlane plots an empty coordinate (cartesian) plane with customizable limits for the X and Y axis.
CoordinatePlane
CoordinatePlane(x_min, x_max, y_min, y_max)
Lowest value for the X axis
Highest value for the X axis
Lowest value for the Y axis
Highest value for the Y axis
None. It produces a plot of a coordinate plane with axes and grid
# NOT RUN { x_min <- -5 x_max <- 5 y_min <- -5 y_max <- 5 CoordinatePlane(x_min, x_max, y_min, y_max) # }
Run the code above in your browser using DataLab