similar to: bug in {graphics} identify()

Displaying 20 results from an estimated 4000 matches similar to: "bug in {graphics} identify()"

2018 Feb 15
3
Identify does sort the locations
Hi, Using identify function, I think I should get the index of the selected points in the order I clicked them. This is what I read in the help. But I feel they are ordered. Please let me know what I missed. In the following example, I clicked on the points labelled 7, 5 and 1, but I get 1, 5, 7 as output. > set.seed(0); x = rnorm(10); y = rnorm(10); plot(x,y); text(x, y, > seq(x));
2018 Feb 15
0
Identify does sort the locations
Hi Indeed the help page says ... "the indices of the identified points, in the order they were identified" ... and that is a complete lie. Sorry about that :( The simplest thing would be to correct the help page. It would be possible to have identify() return the order, though for backward compatibility that should not be the default, so would require another argument to
2018 Feb 15
2
Identify does sort the locations
Hi Paul, Thanks for your answer. I am wondering if in the previous versions, let's say 2.1x, the data were in the selection order... Let me know if there a R fonction taht I can code. Do you think I should use locator function and match points on my own? Best, Samuel
2020 Apr 07
4
Hard memory limit of 16GB under Windows?
Hi Tomas, Many thanks for your answer. Here is a copy of a fresh session under RStudio, and after a copy under Rgui. Strangely enough the result of memory.limit() is not the same. Without your question I would not have looked to RGui, being used to work with RStudio. The value under RGui sounds to correspond to the total RAM of the computer. It makes me noticing that the value is in MB.
2020 Apr 07
3
Hard memory limit of 16GB under Windows?
Hi, I am not not sure whether this topic belongs to this mail list, but I feel the subscribers here should be the right audience. I noticed that the memory limit reported under Windows is 16 GB. I am wondering how to increase it. I didn't found anything in Rprofile.site nor .Rprofile. Is this limit hard coded at compilation? Best, Samuel [[alternative HTML version deleted]]
2017 Jun 03
3
cygwin1.dll problems when installing packages from source
Hi all, I am having some problems in updating some packages from source. I start with : install.packages("Boom",lib="C:/RownLib",type="source") I get the following error message : * installing *source* package 'Boom' ... ** package 'Boom' successfully unpacked and MD5 sums checked ** libs *** arch - i386 c:/Rtools/mingw_32/bin/g++ -std=gnu++11
2017 Jun 03
2
cygwin1.dll problems when installing packages from source
Hi, As far as I can see, no. On checking, I have confirmed that the only location of cygwin1.dll is : C:\Rtools\bin Thanks Vivek 2017-06-03 12:57 GMT+02:00 Duncan Murdoch <murdoch.duncan at gmail.com>: > On 03/06/2017 6:31 AM, Vivek Sutradhara wrote: > >> Hi all, >> I am having some problems in updating some packages from source. I start >> with : >>
2017 Jun 03
0
cygwin1.dll problems when installing packages from source
On 03/06/2017 6:31 AM, Vivek Sutradhara wrote: > Hi all, > I am having some problems in updating some packages from source. I start > with : > install.packages("Boom",lib="C:/RownLib",type="source") > > I get the following error message : Do you have multiple copies of cygwin1.dll? Duncan Murdoch > > * installing *source* package
2017 Jun 03
0
cygwin1.dll problems when installing packages from source
On 03/06/2017 7:00 AM, Vivek Sutradhara wrote: > Hi, > As far as I can see, no. > > On checking, I have confirmed that the only location of > cygwin1.dll is : > C:\Rtools\bin I would re-install Rtools, and make sure C:\Rtools\bin appears first in your PATH. Duncan Murdoch > > Thanks > Vivek > > 2017-06-03 12:57 GMT+02:00 Duncan Murdoch <murdoch.duncan at
2018 Feb 15
0
Identify does sort the locations
Hi Sorry, I think this has always been the behaviour (and the documentation has always been wrong). Using locator() yourself could be a workaround (with a little more effort required to determine the closest data point). Paul On 16/02/18 09:32, Samuel GRANJEAUD IR/INSERM wrote: > Hi Paul, > > Thanks for your answer. I am wondering if in the previous versions, > let's say
2023 Apr 02
1
Should help of estimate in t.test be corrected?
Hi, Not important, but IMHO the estimate component of the t.test holds an estimate of mean of each group, never a difference. The doc says "estimate??? the estimated mean or difference in means depending on whether it was a one-sample test or a two-sample test." > t.test(0:4)$estimate mean of x ??????? 2 > t.test(0:4, 5:9)$estimate mean of x mean of y ??????? 2???????? 7
2017 Jun 28
0
Missing dependencies in pkg installs SOLVED
So apparently (being a linux novice) I didn't realize it was insufficient to simply have the file marked as executable. It turns out the default TMP directory on my machine is mounted with a noexec flag so no files in that directory are allowed to be executed. The solution is to set an environment variable TMPDIR=some new directory I created (eg. /home/myusername/tmp) Then R uses that
2009 Oct 30
1
identify which commands have generated graphics?
Dear all Is it possible to programmatically detect which commands have generated a graphic to the x11() graphics device? When in front of the computer, it is easy to see that after a command---say, plot(1:10)---a graphics window opens/activates and displays a graphic. But is there a way to detect this from the command line? Thank you Liviu -- Do you know how to read?
2017 Jun 23
0
Missing dependencies in pkg installs
I had the same thought in the shower this morning but I was disappointed to find that SElinux was disabled on the system. My next step will be to install a previous version of R on the system. My problem is that I am planning a shiny server installation and at least half of the apps on the current system depend on these libraries that will not install. -- W. Michael Conklin EVP Marketing &
2017 Jun 22
2
Missing dependencies in pkg installs
Duncan Murdoch writes: > On 22/06/2017 5:02 PM, Conklin, Mike (GfK) wrote: > > I am using debug on the .install_packages function...stepping through. Once the temporary folder is created and the tar file expanded I run file_test and get a FALSE back indicating that the configure file is not executable. > > I don't know what is causing this bug. Perhaps a Linux user can
2009 Mar 03
1
sm.density.compare
I am running the sm.density.compare function amd I am getting the following error:   my code is  > sm.density.compare(LBSTRESN,COHORT,xlab="Units = umol/L"subset = LBTEST=="Creatinine")   Error in if (from == to) rep.int(from, length.out) else as.vector(c(from,  :   missing value where TRUE/FALSE needed   I do not understand the error and I have had no help when searching
2017 Aug 08
2
map_data
Hello, I have some problems with calling the map_data function in maps package. Not so long ago it was not a problem, but for some reasons in July this year it became unavailable. For instance, if I call the following code: m<-map_data(?world?) The R returns to me: Error: cannot find function ?map_data? Kind regards, Poltoradnev Maxim Head of products promotion division PJSC
2017 Aug 09
0
map_data
Please keep the mailing list copied in replies. Yes, apparently the map_data function is in the ggplot2 package, not the maps package. -- Sent from my phone. Please excuse my brevity. On August 8, 2017 11:18:35 PM PDT, "??????????? ?????? ?????????" <Maksim.Poltoradnev at uralkali.com> wrote: >Dear Jeff, I figured out what the problem was: the map-data function >does not
2002 May 18
3
3D graphics with R
Is there any graphical frontend/secondary programm (freely availible for Windowsor Linux) which can be used with R to display the results of a principle component analysis in 3D space (rotatable!?)? It works with Spotfire, but is there any freely or cheaply availible programm? -.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.- r-help mailing list -- Read
2013 Feb 06
1
Adding Latex to text
Hi, I'd like to add "alpha" in latex code to my image. Any suggestions? library(UsingR) BagA = c(rep(10,6),rep(20,5), rep(30,4),rep(40,3),rep(50,2),60,70) BagA BagB = c(10, 20,rep(30,2),rep(40,3),rep(50,4),rep(60,5),rep(70,6)) BagB par(mfrow = c(2, 1)) DOTplot(BagA) abline(v=60,lwd=2,lty=2,col="red") text(65,3, "alpha-->", col=2) abline(v=50, lwd=2, lty=2,