search for: _y_

Displaying 16 results from an estimated 16 matches for "_y_".

Did you mean: __
2008 Jul 10
2
Lattice: merged strips?
Hi all, By default a call to xyplot from the Lattice package when using 2 factors [eg xyplot( dv~iv | XY * AB ) ] yields the following shingle structure: |_A_|_A_|_B_|_B_| |_X_|_Y_|_X_|_Y_| However, I'm wondering if it is possible to merge the upper shingle within levels of that factor, as in: |___A___|___B___| |_X_|_Y_|_X_|_Y_| Mike -- Mike Lawrence Graduate Student, Department of Psychology, Dalhousie University www.memetic.ca "The road to wisdom? Well, it&...
2008 Jun 04
1
ggplot questions
Hello, A few questions about the following examples: 1. Why do the two plotting versions not produce the same result? 2. Is the 'scale_x_continuous' (or *_y_* or *_*_discrete) geom the best way to setup grids (as in visual guide-lines) in polar (or for that matter, any) coordinate system? 3. Why do these commands appear to generate 3 plot pages each? 4. Perhaps more questions to follow ;-) ### the data test <- structure(list(oplt = c(1L, 1L, 1L, 1L,...
2006 Apr 21
6
icmp latency question
Hi, Our company''s main line is quite busy the whole day and my shaping is working perfect, however even if I give icmp priority the pings still jump around quite a bit. We do have a backup line which hardly get used only if the main line drops. I''ve set ip rule to route all icmp through that and now the pings are perfect. Will this make a difference for the game players etc,
2009 Jun 07
4
How to access parent property
Hi, I am having difficulties accessing parent properties/attributes from the child. Anyone could shed some lights onto this? Heres a sample code: class Parent < ActiveRecord::Base :has_many => :childs @connector def before_save @connector = ''some connector object'' 0..9.do |count| self.childs << Child.new self.childs[count].connector =
2008 Oct 23
2
zpool cross mount
...of pool B ( mounted /A/B ) before trying to import A pool or do we have to legacy mount and file /etc/vfstab Regards, Laurent -- ("`-''''-/").___..--''''"`-._ `6_ 6 ) `-. ( ).`-.__.`) (_Y_.)'' ._ ) `._ `. ``-..-'' _. `--''_..-_/ /--''_.'' ,'' __________(il),-''''____(li),''__((!.-''_________________________________ Burnotte Laurent Sun Microsystems System Support Engineer...
2003 Dec 09
1
How to append to a data.frame?
...y thanks, David. ------------------------------------------------------------------------ Dr David Philip Kreil ("`-''-/").___..--''"`-._ Research Fellow `6_ 6 ) `-. ( ).`-.__.`) University of Cambridge (_Y_.)' ._ ) `._ `. ``-..-' ++44 1223 764107, fax 333992 _..`--'_..-_/ /--'_.' ,' www.inference.phy.cam.ac.uk/dpk20 (il),-'' (li),' ((!.-'
1999 Oct 17
0
sharing port with nmdb
...how I can continue to work on my server ? I don't want to patch samba :(( samba is a good server but a poor client ... Laurent. -- ("`-''-/").___..--''"`-._ |\ _,,,---,,_ `6_ 6 ) `-. ( ).`-.__.`) /,`.-'`' -. ;-;;,_ (_Y_.)' ._ ) `._ `. ``-..-' |,4- ) )-,_..;\ ( `'-' _..`--'_..-_/ /--'_.' ,' '---''(_/--' `-'\_) (il),-'' (li),' ((!.-' Laurent.Boulard@eleve.emn.fr http://www.emn.fr/
2009 Jul 02
8
rails hyperthreading on Quad core
Hi, my video sharing website (politube.org) that I developed with rails, runs on lighttpd/fcgi (I know it is obsolete by now) and is severely under load and regularly blocks because the lighttpd process chews up 50% of RAM (1GB). So now I want to move the system to a new server with 8GB, 64bit , Quad core processor (intel i7 920) but I am not sure if hyperthreading will really do anything better.
2004 May 17
1
Change in how R handles assignments?
...regards, David. ------------------------------------------------------------------------ Dr David Philip Kreil ("`-''-/").___..--''"`-._ Research Fellow `6_ 6 ) `-. ( ).`-.__.`) University of Cambridge (_Y_.)' ._ ) `._ `. ``-..-' ++44 1223 764107, fax 333992 _..`--'_..-_/ /--'_.' ,' www.inference.phy.cam.ac.uk/dpk20 (il),-'' (li),' ((!.-'
2004 Jun 22
0
SUMMARY: "elementary sapply question"
...have. If you say > sapply(3:5, f, 5) He's going to do f(3, 5), f(4, 5), f(5, 5). In this case, R will infer that you must mean x=3, y=5, and so on. But if you say: > sapply(3:5, f, x=5) He's going to do f(3, x=5), f(4, x=5), f(5, x=5). In this case, R will infer that you mean _y_ takes the value 3 in the first case! When you say f(3, x=5), R understands that you are doing f(5,3) or f(x=5,y=3). Through this behaviour, you can use sapply to apply list elements to any parameter of a function, not just the 1st. Hence, it's easy to use sapply to work over all elems of a lis...
2006 Dec 12
0
[785] trunk/wxruby2/doc/textile/window.txtl: Remove set_constraints, correct docs for set_dimensions and set_size
...><span class="cx"> </span><del>-* _constraints_ The constraints to set. Pass NULL to disassociate and delete the window''s -constraints. </del><ins>+* _x_ Required x position in pixels, or -1 to indicate that the existing +value should be used. +* _y_ Required y position in pixels, or -1 to indicate that the existing +value should be used. +* _width_ Required width in pixels, or -1 to indicate that the existing +value should be used. +* _height_ Required height position in pixels, or -1 to indicate that the existing +value should be used. +* _si...
2006 Oct 21
0
[699] trunk/wxruby2/doc/textile/window.txtl: Added paint method; corrected ret values for get_text_extent; removed
...the current window font is used. + </ins><span class="cx"> h4. Parameters </span><span class="cx"> </span><span class="cx"> * _string_ String whose extent is to be measured. </span><del>-* _x_ Return value for width. -* _y_ Return value for height. -* _descent_ Return value for descent (optional). -* _externalLeading_ Return value for external leading (optional). </del><span class="cx"> * _font_ Font to use instead of the current window font (optional). </span><span class="cx"&...
2007 Apr 30
0
[997] branches/wxruby2/wxwidgets_282: Window - 2.6 -> 2.8 API, new methods and deprecations; update doc
.../span><span class="lines">@@ -1083,21 +1127,61 @@ </span><span class="cx"> </span><span class="cx"> h4. Parameters </span><span class="cx"> </span><del>-* _x_ Receives the x position of the window. -* _y_ Receives the y position of the window. </del><ins>+* _x_ Receives the x position of the window if non-. +* _y_ Receives the y position of the window if non-. </ins><span class="cx"> </span><span class="cx"> </span><span class="...
2007 Jun 22
0
[1059] trunk/wxruby2/doc/textile/toolbar.txtl: Update ToolBar documentation to reflect recent changes in API
...nt*() </ins><span class="cx"> </span><del>-Finds a tool for the given mouse position. </del><ins>+Returns the number of tools in the toolbar. </ins><span class="cx"> </span><del>-h4. Parameters - -* _x_ X position. -* _y_ Y position. - -h4. Return value - -A pointer to a tool if a tool is found, or NULL otherwise. - -h4. Remarks - -Used internally, and should not need to be used by the programmer. - </del><span class="cx"> h3(#ToolBar_gettoolsize). ToolBar#get_tool_size </span><span cl...
2009 Jun 22
12
Rails Hosting: Slicehost vs. Rimuhosting
I know similar topics have been covered before, but I''d like to get a more up-to-date Ruby developer''s opinions. (Please note that I''ve read similar threads in this group and read a lot of hosting comparison sites, even contacted both companies and am still having a hard time making decisions. ) After reading about limitations with shared hosting plans, I decided that
2007 Apr 16
0
[969] branches/wxruby2/wxwidgets_282/doc/textile/window.txtl: Cleanup and fixing of broken links.
...een coordinates from coordinates relative to this </span><del>-window. The method may be passed _either_ two integers, representing the </del><ins>+window. The method may be passed _either_ two integers, representing the </ins><span class="cx"> _x_ and _y_ coordinates, _or_ a single "Point":point.html object. If a </span><span class="cx"> Point is passed in, one will be returned; if two integers are passed in, </span><span class="cx"> two co-ordinates will be returned. </span><span class=...