powered by
This function add an arrow on the extremities of the axes of a plot
arrowaxis(x = TRUE, y = TRUE)
Logical. Default value TRUE indicates an arrow on the x-axis
TRUE
Logical. Default value TRUE indicates an arrow on the y-axis
Chapter 11 (Descriptive Statistics) from the book: The R Software, Fundamentals of Programming and Statistical Analysis
# NOT RUN { curve(cos(x),xlim=c(-10,10)) arrowaxis() # }
Run the code above in your browser using DataLab