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: Enter image details here

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

< Pre-> is required (LatisExtra) data (singer, package = "laties") ecdfplot (~ height, data = singer, plus = true, axis = axis.grid, par .settings = theEconomist.theme () )

Enter image details here


Comments

Popular posts from this blog

python - Overriding the save method in Django ModelForm -

html - CSS autoheight, but fit content to height of div -

qt - How to prevent QAudioInput from automatically boosting the master volume to 100%? -