search for: unfilled

Displaying 20 results from an estimated 36 matches for "unfilled".

Did you mean: unfiled
2006 Oct 15
4
Hide line ends behind unfilled circles?
...- yy[c(1, 1, 2, 2, 2, 3, 3, 4, 4, 4, 5, 6, 6, 7)] x1 <- xx[c(2, 3, 3, 4, 6, 4, 5, 5, 6, 7, 7, 7, 8, 8)] y1 <- yy[c(2, 3, 3, 4, 6, 4, 5, 5, 6, 7, 7, 7, 8, 8)] plot(yy ~ xx, pch = aa, cex = 3) segments(x0, y0, x1, y1) Can anyone suggest a way of insuring that the lines are hidden behind the unfilled circles? _____________________________ Professor Michael Kubovy University of Virginia Department of Psychology USPS: P.O.Box 400400 Charlottesville, VA 22904-4400 Parcels: Room 102 Gilmer Hall McCormick Road Charlottesville, VA 22903 Office: B011 +1-434-982-4729...
2001 Nov 26
1
default symbol in plots changed in R-Devel for windows
...": It works). To my surprise the default plotting character changed from the well known empty circle to a black *FILLED* circle in the windows and bitmap devices, but not so on the postscript and pdf devices. Taking a closer look to more symbols shows that some symbols changed from filled to unfilled ones and others from unfilled to filled. Is this intended or just a fact the status "in development" of R-1.4.0? Or maybe it is an interaction with the changes on transparent backgrounds? It happens with R Version 1.4.0 Under development (unstable) (2001-11-25) on Windows NT 4.0 (SP6) a...
2006 Mar 22
2
Shared namespaces - solved
Heh heh heh. Whoops. I've spent a few hours digging around in the source and nearly posted a kludge of a patch I'd written to give a kind of half-baked attempt at getting group-usable subscriptions files. Then I came across something in the source........ In the config file, do something like the following: namespace public { separator = / prefix = Public/ location =
2006 Jul 22
3
Extend dynamically a model
Hello, I''ve a model defined as class Account < ActiveRecord::Base end This maps a mysql table Accounts. I want to be a able to dynamically change this model. During the life of my app, the table Accounts may change name, how do I do a set_table_name not within account.rb? -- Posted via http://www.ruby-forum.com/.
2002 May 08
3
mv to /tmp = baby's birthday jpg's lost.
Hello all, Yesterday I moved using the mv command in Redhat 7.2 ext3 file system to move to /tmp my /mnt/win98/"My Pictures" directory to tmp. The command executed normally, and I actually verified that the subdir was created in /tmp and the files were there in /tmp/"My Pictures" I was doing this to temporarily free space on my vfat windows 98 partition. When I went
2010 Mar 19
5
Encrypt/decrypt in R
Hi all, Does any one know of any encryption/decryption algorithms in R? I'm not looking for anything robust - I want some way of printing output to the screen that the user can't read immediately, but can decrypt a little later. The main thing I don't want to the user to see is a number, so (e.g.) ROT13 isn't appropriate. Hadley -- Assistant Professor / Dobelman Family Junior
2016 Dec 12
4
Is that possible develop a python version of tinc?
Hi all, As title, is that possible to develop a python version of tinc, that will be interesting:) Tks. Cong -------------- next part -------------- An HTML attachment was scrubbed... URL: <http://www.tinc-vpn.org/pipermail/tinc-devel/attachments/20161213/fcd83914/attachment.html>
2008 Aug 19
4
spatial probit/logit for prediction
Hello all, I am wondering if there is a way to do a spatial error probit/logit model in R? I can't seem to find it in any of the packages. I can do it in MATLAB with Gibbs sampling, but would like to confirm the results. Ideally I would like to use this model to predict probability of parcel conversion in a future time period. This seems especially difficult in a binary outcome model
2010 Dec 17
1
ggplot missing fill colours in boxplot legend
...76 2 4 44.53866 77 2 4 45.96834 78 2 4 33.16604 79 2 4 35.57714 80 2 4 35.46922 I have the following code which works well except that in the legend the fill colour for Day 1 and Day 2 is left blank. Instead the little boxes next to the labels (Day 1, Day 2) are both unfilled (white). The boxplots are filled properly, but without the fill colour in the legend its difficult decipher the plot p=ggplot(CorbulaMR3,aes(factor(Site),VO2)) p+geom_boxplot(aes(fill=factor(Day)))+scale_fill_manual('Day', breaks = c('Day 1', 'Day 2'), + values = c('...
2015 Jan 14
2
Is the tcltk failure in affylmGUI related to R bug 15957
...ng error text box: Error in assign(name, NULL, environ = I$env): object 'name' not found - pressed OK Following error text box: Error in paste("set",name, "(0,0)\"\"",sep= ""):object 'name' not found - pressed OK This then results in an unfilled Tk window. I am testing on a Windows 7, 64 bit environment. My sessionInfo is: R version 3.1.2 (2014-10-31) Platform: x86_64-w64-mingw32/x64 (64-bit) locale: [1] LC_COLLATE=English_Australia.1252 LC_CTYPE=English_Australia.1252 LC_MONETARY=English_Australia.1252 [4] LC_NUMERIC=C LC_TIME=English_...
2013 Sep 18
1
ggplot2: changing strip text in facet_grid and a legend text problem
...geom_line(stat="summary", fun.y = "mean", mapping=aes(linetype=organism, group=organism))+ #must add jitter if using this geom_point(stat="summary", fun.y = "mean", size=2, mapping=aes(shape=organism))+ scale_shape(solid = FALSE) + #must be unfilled geom_hline(yintercept=0, linetype=3) + #draws dotted line at 0 theme(strip.text.x = element_text(size = 16, colour="black", family="serif", angle=00)) + theme(strip.text.y = element_text(size = 16, colour="black", family="serif", angle=00)) + theme(ax...
2006 Jul 08
3
strange limitation on rcmd()
...l page says, that rcmd() is only to be used by root's processes. On other OSes (Solaris, AIX), trying to call rcmd() without being root simply fails. FreeBSD, however, tries to be helpful and invokes rcmdsh in this case, which is inefficient and leaves the stderr's filedescriptor (fd2p) unfilled. Why? My understanding is, this is to make it harder for would-be attackers to attack machines with .rhosts-based security. But that is nothing more than a bad band-aid anyway -- attacker's own implementation of rcmd() (without the geteuid() checks) is trivial... So, without providing any...
2008 Jan 11
4
lattice color problem with symbols: bug?
Dear useR's, I have a problem with the lattice plotting of some symbols: library(lattice) test<-data.frame(x=c(2,3,1,5),u=c(rep(1,2),rep(2,2)),g=c(rep(c(1,2),2))) xyplot(x~u,groups=g, data=test, par.settings=list( superpose.symbol=list(pch=c(22, 23),cex=c(1.7,1.6),col="black") ), key=list( text=list(c("t1","t2")), space =
2016 Dec 13
0
Is that possible develop a python version of tinc?
...means I can use it in barebones environments such as embedded devices where running python is out of the question for reason of size and/or speed. A python version would be interesting for sure, and I'm sure people would do interesting things with it. The question is whether anyone sees an unfilled need for such a port. https://www.tinc-vpn.org/platforms/ As-is, it runs practically on any platform you could want, so I think it would be difficult to find anyone interested in creating a python version, outside perhaps of doing it for academic reasons. Cheers, Lance
2000 Oct 17
1
filled plot symbols
I forgot to mention that the bg="white" trick works on the plot (making the empty symbols opaque), but it does NOT work in the legend. Bill -.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.- r-help mailing list -- Read http://www.ci.tuwien.ac.at/~hornik/R/R-FAQ.html Send "info", "help", or "[un]subscribe" (in the
2015 Jan 14
0
Is the tcltk failure in affylmGUI related to R bug 15957
...box: Error in assign(name, NULL, environ = I$env): object 'name' not found - pressed OK > Following error text box: Error in paste("set",name, "(0,0)\"\"",sep= ""):object 'name' not found - pressed OK > > This then results in an unfilled Tk window. > > I am testing on a Windows 7, 64 bit environment. My sessionInfo is: > > R version 3.1.2 (2014-10-31) > Platform: x86_64-w64-mingw32/x64 (64-bit) > locale: > [1] LC_COLLATE=English_Australia.1252 LC_CTYPE=English_Australia.1252 LC_MONETARY=English_Australia.1252...
2015 Jan 18
1
Is the tcltk failure in affylmGUI related to R bug 15957
...assign(name, NULL, environ = I$env): object 'name' not found - pressed OK > > Following error text box: Error in paste("set",name, "(0,0)\"\"",sep= ""):object 'name' not found - pressed OK > > > > This then results in an unfilled Tk window. > > > > I am testing on a Windows 7, 64 bit environment. My sessionInfo is: > > > > R version 3.1.2 (2014-10-31) > > Platform: x86_64-w64-mingw32/x64 (64-bit) > > locale: > > [1] LC_COLLATE=English_Australia.1252 LC_CTYPE=English_Australia.1252...
2010 Feb 11
2
Suprising behavior of paste or cat?
I may be making a simple error, but I've looked at the str() of the resulting objects and I can't see any obvious reason I'm having the problem I am having, so I am reaching out to the R-help group. ?I am generating a string in my code. ?When I make a slight modification (add a comma at the end using my "lastcomma" function), I can no longer successfully write that string to
2018 Nov 29
0
Wine release 3.0.4
...__((ms_abi)) on arm64." Nikolay Sivov (5): comctl32/header: Fix item text color. comctl32: Fix background and text color for DrawStatusText(). dwrite: Avoid possible out-of-bounds cluster metrics access. gdiplus: Partially implement arrow caps. gdiplus: Implement unfilled mode for arrow caps. Piotr Caban (3): msvcp110: Add _Last_write_time(wchar_t) implementation. msvcp140: Add _Last_write_time implementation. msvcp90: Fix EOF delimiter handling in basic_istream<char>::ignore. Rodrigo Saboya (1): wine.inf: Updates E. South America Sta...
2007 Jun 27
5
Help: I need community delegates
...r just a little bit of time in a relatively focused area. I have filled in a few names, but mostly just stuck my name in there. I''ve also used cutesy but probably lame titles in most places, and I''m completely open to those being changed. In my opinion, the most important unfilled roles on that page are those related to documentation: Making sure it''s meeting the community''s needs in terms of organization and access, and making sure that "known information" makes it into the documentation in an appropriate way. For instance, I often see...