Re: [R] smoothScatter() and the KernSmooth package

2020-06-19 Thread Martin Maechler
> Duncan Murdoch > on Fri, 19 Jun 2020 10:14:19 -0400 writes: > On 19/06/2020 9:59 a.m., Jeffrey Dick wrote: >> Hi Witold, >> >> See also this thread on R-pkg-devel. Quoting Duncan Murdoch, "That >> looks like a bug in grDevices." > Yes, and the bug is still

Re: [R] smoothScatter() and the KernSmooth package

2020-06-19 Thread Duncan Murdoch
On 19/06/2020 9:59 a.m., Jeffrey Dick wrote: Hi Witold, See also this thread on R-pkg-devel. Quoting Duncan Murdoch, "That looks like a bug in grDevices." Yes, and the bug is still there: grDevices:::.smoothScatterCalcDensity calls KernSmooth::bkde2D without checking whether KernSmooth is av

Re: [R] smoothScatter() and the KernSmooth package

2020-06-19 Thread Jeffrey Dick
Hi Witold, See also this thread on R-pkg-devel. Quoting Duncan Murdoch, "That looks like a bug in grDevices." https://stat.ethz.ch/pipermail/r-package-devel/2019q3/004287.html Cheers, Jeff On Wed, Jun 17, 2020 at 4:59 PM Witold E Wolski wrote: > > Hello, > > I am getting the following error

[R] smoothScatter() and the KernSmooth package

2020-06-17 Thread Witold E Wolski
Hello, I am getting the following error when running a package check ``` Error in loadNamespace(name) : there is no package called 'KernSmooth' Calls: ... loadNamespace -> withRestarts -> withOneRestart -> doWithOneRestart Execution halted ``` The error happens in a function which calls gr

Re: [R] smoothScatter plot

2012-10-10 Thread JiangZhengyu
Hi John,I installed & but somehow it did not work on my computer, while I tried another computer - it works. Thanks for all your communications.Best,Zhengyu Date: Tue, 9 Oct 2012 05:16:59 -0800 From: jrkrid...@inbox.com Subject: RE: [R] smoothScatter plot To: zhyjiang2...@hotmail.com

Re: [R] smoothScatter plot

2012-10-06 Thread John Kane
: jrkrid...@inbox.com Subject: RE: [R] smoothScatter plot Hi John, Thanks for your link. Those plots look pretty but way too complicated in terms of making R code.  Maybe my decription is not clear.  But could you take a look at the attached png? I saw several publications showing smoothed plots like

Re: [R] smoothScatter plot

2012-10-05 Thread JiangZhengyu
,Zhengyu Date: Fri, 5 Oct 2012 06:36:38 -0800 From: jrkrid...@inbox.com Subject: RE: [R] smoothScatter plot To: zhyjiang2...@hotmail.com CC: r-help@r-project.org In line John Kane Kingston ON Canada -Original Message- From: zhyjiang2...@hotmail.com Sent: Fri, 5 Oct 2012 05:41:29

Re: [R] smoothScatter plot

2012-10-05 Thread John Kane
In line John Kane Kingston ON Canada -Original Message- From: zhyjiang2...@hotmail.com Sent: Fri, 5 Oct 2012 05:41:29 +0800 To: jrkrid...@inbox.com Subject: RE: [R] smoothScatter plot Hi John, Thanks for your email. Your way works good. However, I

Re: [R] smoothScatter plot

2012-10-04 Thread JiangZhengyu
: RE: [R] smoothScatter plot To: zhyjiang2...@hotmail.com CC: r-help@r-project.org Hi, Do you mean something like this? = scatter.smooth(x,y)scatter.smooth(x,y) = It looks like invoking that dcols

Re: [R] smoothScatter plot

2012-10-04 Thread John Kane
hn Kane Kingston ON Canada -Original Message- From: zhyjiang2...@hotmail.com Sent: Thu, 4 Oct 2012 05:19:14 +0800 To: jrkrid...@inbox.com Subject: RE: [R] smoothScatter plot Hi John, Thanks for your reply. But I cannot figure out how to use dput(). I included dat

Re: [R] smoothScatter plot

2012-10-02 Thread John Kane
2...@hotmail.com > Sent: Tue, 2 Oct 2012 11:38:31 +0800 > To: r-help@r-project.org > Subject: [R] smoothScatter plot > > > > > > Hi, I want to make a plot similar to sm1 (attached). The code I tried is: > dcols <- densCols(x,y) > smoothScatter(x,y, col = dco

[R] smoothScatter plot

2012-10-01 Thread JiangZhengyu
Hi, I want to make a plot similar to sm1 (attached). The code I tried is: dcols <- densCols(x,y) smoothScatter(x,y, col = dcols, pch=20,xlab="A",ylab="B") abline(h=0, col="red") But it turned out to be s1 (attached) with big dots. I was wondering if anything wrong with my code. Thanks,Zhengy

[R] smoothScatter on map

2012-01-16 Thread marcom77
Hello everybody, I'm here with a question concerning obtaining a greographical map with a smmothed scatterplot overlaying the intersted regions. My data are a set of opints, represented by long, lat coordinates. As far as the map is concerned, a shp file of Europe without countries borders (only c

Re: [R] smoothScatter function (color density question) and adding a legend

2011-06-13 Thread Mike Marchywka
> Date: Sat, 11 Jun 2011 21:52:21 -0400 > From: ccoll...@purdue.edu > To: r-help@r-project.org > Subject: [R] smoothScatter function (color density question) and adding a > legend > > Dear R experts, > > I am resending

[R] smoothScatter function (color density question) and adding a legend

2011-06-11 Thread Clayton K Collings
Dear R experts, I am resending my questions below one more time just in case someone out there could help but missed my email. I don't think my questions are too hard. I am most concerned about the transformation function. See below. Thanks, Clayton Hello, I have a few questions, regarding th

[R] smoothScatter function question and adding a legend

2011-06-09 Thread Clayton K Collings
Hello, I have a few questions, regarding the smoothScatter function. I have a scatter plot with more than 500,000 data points for two samples. So, I am wanting to display the density in colors to convince people that my good correlation coefficient is not due to an "influential point effect" an

Re: [R] smoothScatter problems

2009-07-27 Thread Jeroen van der Ham
My humble apologies for double posting. I made an error with my subscription and erroneously thought that my message was not sent to the list. Jeroen. __ R-help@r-project.org mailing list https://stat.ethz.ch/mailman/listinfo/r-help PLEASE do read th

[R] smoothScatter problems

2009-07-26 Thread Jeroen van der Ham
Hello, I'm having some trouble getting a good result for a smoothScatter plot. I have some data that I want to log-plot, but when I use smoothScatter the result is not correct. The problem seems to be that with the log="x" argument smoothScatter calculates the bins linearly, so the plot will be s

[R] smoothScatter problems

2009-07-26 Thread Jeroen van der Ham
Hello, I'm having some trouble getting a good result for a smoothScatter plot. I have some data that I want to log-plot, but when I use smoothScatter the result is not correct. The problem seems to be that with the log="x" argument smoothScatter calculates the bins linearly, so the plot will be sk

Re: [R] SmoothScatter plot range issue

2008-09-22 Thread Henrik Bengtsson
Hi, Bioconductor.org is the home of the geneplotter package. You get a quicker response if you ask there. /Henrik On Mon, Sep 22, 2008 at 7:06 AM, Jason Pare <[EMAIL PROTECTED]> wrote: > Hello, > > I am attempting to use smoothScatter to plot a heatmap of locations of > events in an x-y axis. W

[R] SmoothScatter plot range issue

2008-09-22 Thread Jason Pare
Hello, I am attempting to use smoothScatter to plot a heatmap of locations of events in an x-y axis. When I plot the heatmap without passing xlim and ylim parameters, it fills the plot area but the perspective is a bit skewed. I would like to standardize these plots to a uniform window size that d

Re: [R] smoothScatter

2008-03-14 Thread Liaw, Andy
I just tried it and had no problem with that code. Are you sure the packages are installed correctly? What does sessionInfo() say after you got the error? smoothScatter() _is_ in geneplotter, as is densCols(). Andy From: Tom Hart > > Hi, I have been trying to plot density plots using the exa

[R] smoothScatter

2008-03-14 Thread Tom Hart
Hi, I have been trying to plot density plots using the example on: http://addictedtor.free.fr/graphiques/graphcode.php?graph=139 I used to use this function, but I cannot get any old code or even the example to work. library("geneplotter") require("RColorBrewer") x1 <- matrix(rnorm(1e4),

[R] smoothScatter and geneplotter

2007-12-20 Thread p_connolly
On Tue, 18-Dec-2007 at 11:21AM -0500, James W. MacDonald wrote: |> Duncan Murdoch wrote: |> > Yes, I agree. (As an aside, there's actually a capital S in |> > smoothScatter(), and it's a bit of a pain to install, because |> > geneplotter depends on something that depends on DBI, which is not so |