Re: [R] about ECDF display in ggplot2

2018-07-09 Thread Bogdan Tanasa
Dear Jeff, thank you for all your time, and very precious help. with best regards. -- bogdan On Mon, Jul 9, 2018 at 1:41 AM, Jeff Newmiller wrote: > Thank you for making the effort... but most attachments get stripped on > the mailing list. Using the reprex package as I suggested and putting

Re: [R] about ECDF display in ggplot2

2018-07-09 Thread Jeff Newmiller
Thank you for making the effort... but most attachments get stripped on the mailing list. Using the reprex package as I suggested and putting the result into the email is by far the safest approach. Since I received your email directly, I did get the attachments. Below is my reproducible exampl

Re: [R] about ECDF display in ggplot2

2018-07-08 Thread Bogdan Tanasa
Dear Jeff, thank you for your email. Yes, in order to be more descriptive/comprehensive, please find attached to my email the following files (my apologies ... I am sending these as attachments, as I do not have a web server running at this moment) : -- the R script (R_script_display_ECDF.R) tha

Re: [R] about ECDF display in ggplot2

2018-07-07 Thread Jeff Newmiller
It is a feature of ggplot that points excluded by limits raise warnings, while base graphics do not. You may find that using coord_cartesian with the xlim=c(0,500) argument works better with ggplot by showing the consequences of points out of the limits on lines within the viewport. There are

[R] about ECDF display in ggplot2

2018-07-06 Thread Bogdan Tanasa
Dear all, I would appreciate having your advice/suggestions/comments on the following : 1 -- starting from a vector that contains LENGTHS (numerically, the values are from 1 to 10 000) 2 -- shall I display the ECDF by using the R code and some "limits" : BREAKS = c(0, 10, 20, 30, 40, 50, 60, 70