plot - Add a grid to an "ecdfplot" in R -
I'm using the LatteXtra library "ECDF Plot" to plot my error. I want to add gridlines.
This does not seem to be working:
ecdfplot (err) grid (ny = 10) Gridless) returns the result:
I'm actually a "graphical Summary "where the quantity is indicated by the lines, and with the data, their intersections are shown on the X-axis
Can you tell me how to add gridlines Areas are? How about adding vertical rows to a particular x-position?
Try logic axis = axis .grid
is required (LatisExtra) data (singer, package = "laties") ecdfplot (~ height, data = singer, plus = true, axis = axis.grid, par .settings = theEconomist.theme () )
Comments
Post a Comment