> 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
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
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
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
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
: 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
,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
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
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
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
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
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
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
> 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
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
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
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
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
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
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
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
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
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),
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
|
24 matches
Mail list logo