search for: bigfloppydog

Displaying 9 results from an estimated 9 matches for "bigfloppydog".

2017 Oct 09
2
example of geom_contour() with function argument
...Hi BFD, > > ?geom_contour() *does* have helpful examples. Your Google-foo is weak: > Searching for geom_contour brought me: http://ggplot2.tidyverse. > org/reference/geom_contour.html as the first result. > > HTH > Ulrik > > On Mon, 9 Oct 2017 at 08:04 Big Floppy Dog <bigfloppydog at gmail.com> wrote: > >> Can someone please point me to an example with geom_contour() that uses a >> function? The help does not have an example of a function, and also I did >> not find anything from online searches. >> >> TIA, >> BFD >> >>...
2017 Oct 09
0
example of geom_contour() with function argument
> On Oct 9, 2017, at 6:03 AM, Big Floppy Dog <bigfloppydog at gmail.com> wrote: > > Hello Ulrik, > > I apologize, but I can not see how to provide a pdf in place of the density > function which calculates a KDE (that is, something from the dataset in the > example). Can you please point to the specific example that might help? >...
2017 Oct 09
2
example of geom_contour() with function argument
...; density and use geom_polygon to draw this successively? > > I will wait for a couple of days to see if there is a better answer posted > and then write some code, unless you get to it first. > > Thanks, > Ranjan > > > On Sun, 8 Oct 2017 09:30:30 -0500 Big Floppy Dog <bigfloppydog at gmail.com> > wrote: > > > Note: I have posted this on SO also but while the question has been > > upvoted, there has been no answer yet. > > > > > https://stackoverflow.com/questions/46622243/ggplot-plot-2d-probability-density-function-on-top-of-points-on-ggpl...
2017 Oct 09
0
example of geom_contour() with function argument
Hi BFD, ?geom_contour() *does* have helpful examples. Your Google-foo is weak: Searching for geom_contour brought me: http://ggplot2.tidyverse.org/reference/geom_contour.html as the first result. HTH Ulrik On Mon, 9 Oct 2017 at 08:04 Big Floppy Dog <bigfloppydog at gmail.com> wrote: > Can someone please point me to an example with geom_contour() that uses a > function? The help does not have an example of a function, and also I did > not find anything from online searches. > > TIA, > BFD > > > > --------------------------...
2017 Oct 09
3
example of geom_contour() with function argument
...lpful. I guess the answer is to make a second dataset that is regular and make the function estimate that, but how do I combine this? TIA. BFD On Mon, Oct 9, 2017 at 11:32 AM, David Winsemius <dwinsemius at comcast.net> wrote: > > > On Oct 9, 2017, at 6:03 AM, Big Floppy Dog <bigfloppydog at gmail.com> > wrote: > > > > Hello Ulrik, > > > > I apologize, but I can not see how to provide a pdf in place of the > density > > function which calculates a KDE (that is, something from the dataset in > the > > example). Can you please point to t...
2017 Oct 09
0
example of geom_contour() with function argument
...ular and make > the > function estimate that, but how do I combine this? > > TIA. > BFD > > > On Mon, Oct 9, 2017 at 11:32 AM, David Winsemius > <dwinsemius at comcast.net> > wrote: > >> >> > On Oct 9, 2017, at 6:03 AM, Big Floppy Dog <bigfloppydog at gmail.com> >> wrote: >> > >> > Hello Ulrik, >> > >> > I apologize, but I can not see how to provide a pdf in place of the >> density >> > function which calculates a KDE (that is, something from the dataset in >> the >> >...
2017 Oct 08
0
how to overlay 2d pdf atop scatter plot using ggplot2
...confidence regions of the multivariate t density and use geom_polygon to draw this successively? I will wait for a couple of days to see if there is a better answer posted and then write some code, unless you get to it first. Thanks, Ranjan On Sun, 8 Oct 2017 09:30:30 -0500 Big Floppy Dog <bigfloppydog at gmail.com> wrote: > Note: I have posted this on SO also but while the question has been > upvoted, there has been no answer yet. > > https://stackoverflow.com/questions/46622243/ggplot-plot-2d-probability-density-function-on-top-of-points-on-ggplot > > Apologies for those...
2017 Oct 08
2
how to overlay 2d pdf atop scatter plot using ggplot2
Note: I have posted this on SO also but while the question has been upvoted, there has been no answer yet. https://stackoverflow.com/questions/46622243/ggplot-plot-2d-probability-density-function-on-top-of-points-on-ggplot Apologies for those who have seen it there also but I thought that this list of experts may have someone who knows the answer. I have the following example code:
2018 Mar 07
0
ggplot2: plot gruped/nested split violins
Hi, I posted this on StackOverflow also but did not get a response so I thought that I would also try luck here. The post is at: https://stackoverflow.com/questions/49120060/ggplot2-display-blocks-of-nested-split-violins Basically, I have the following test example: --cut-and-paste-from-here-on df <- data.frame(dens = rnorm(5000), split = as.factor(sample(1:2, 5000, replace =