similar to: Lattice xyplot multipanels

Displaying 20 results from an estimated 1000 matches similar to: "Lattice xyplot multipanels"

2013 Apr 30
0
Grouped spaghetti plots in multipanel graphs
Dear Rxperts, Is there a simpler way to generate multipanel grouped individual profile plots? All individuals of a group within a panel have the same color. As of now I am using lattice::xyplot to get the desired effect. Please feel free to suggest other ideas. Also, I am trying to create a generalized function which goes on similar lines like this.. grpPlot <- function(dat, mpgrp=quote(G),
2013 Jun 10
1
Using Lattice, LatticeExtra - Hide right and top axes in multipanel plots
Dear Rxperts, How do I hide the top and right axes in multiple panel plots? A couple of examples are provided below.. Would highly appreciate appreciate your assistance.. #Example 1 library(latticeExtra) xyplot((1:200)/20 ~ (1:200)/20, type = c("p", "g"), scales = list(x = list(log = 2,alternating=0), y = list(log = 10,alternating=0)), xscale.components =
2011 Aug 05
2
Which is more efficient?
Greetings all, I am curious to know if either of these two sets of code is more efficient? Example1: ## t-test ## colA <- temp [ , j ] colB <- temp [ , k ] ttr <- t.test ( colA, colB, var.equal=TRUE) tt_pvalue [ i ] <- ttr$p.value or Example2: tt_pvalue [ i ] <- t.test ( temp[ , j ], temp[ , k ], var.equal=TRUE) ------------- I have three loops, i, j, k. One to test the all of
2011 Mar 02
1
Problem with mkfs.ocfs2
When I try and run the mkfs.ocfs2 command after I have updated all of the other nodes in the cluster with the new node information in cluster.conf I am getting the following error: mkfs.ocfs2 -b 4k -C 32K -L "ocfs2" -N 4 /dev/sdb1 mkfs.ocfs2 1.4.4 Cluster stack: classic o2cb Overwriting existing ocfs2 partition. mkfs.ocfs2: Could not create domain while initializing the dlm As this is
1998 Jun 16
1
Access Database SLOW
I've got a user that wants an Access database shared out. I've got a decent machine serving out the directory (300 MHz Pentium II) running RedHat 5.0 (kernel 2.0.34) with Samba 1.9.17p4 (RPM is samba-1.9.17p4-3). I've created a simple share entry in the smb.conf file: [global] debug level = 1 browsable = yes comment = Samba under Linux (RedHat 5.0) domain master = yes
2005 Mar 19
3
Wine success: HABit Wordstar Converter (version 3)
I had need of a bit of computer archeology (oddly enough, for a couple of archaeologists, but that's another story). I used Henry Bartlett' HABit Wordstar Converter (version 3) (http://www.hotkey.net.au/~hambar/habit/wsconvrm.htm) to convert some Wordstar for Mess-DOS files to text and HTML. It worked just fine under wine (http://www.winehq.org). wine-20041201-1fc3winehq on Fedora Core 3
2012 Feb 20
1
counting characters starting point
I have three character strings represented below as seq1, seq2, and seq3. Each string has a reference character different from the other. Thus, for seq1, the reference character is U, seq2, S (3rd S from left where A is leftmost character) and for seq3 Y. seq1 = PQRTUWXYseq2 = AQSDSSDHRSseq3 = EEZYJKFFBHO I wish to generate a 3 by 26 matrix where 3 represent seq1, seq2, seq3 and 26 the letters of
2011 Jul 06
3
Reshape from long to wide format with date variable
Hi, I need to reshape my dataframe from a long format to a wide format. Unfortunately, I have a continuous date variable which gives me headaches. Consider the following example: > id=c("034","034","016","016","016","340","340") > date=as.Date(c("1997-09-28", "1997-10-06", "1997-11-04",
2006 Jun 07
1
Controlling Cisco 7960 Ringtone from Asterisk
I'm trying to change the ring tone on my 7960 from the dialplan. I've tried the example on the wiki but it doesn't seem to work. Something like: exten => 3010,1,SetVar(ALERT_INFO=<Bellcore-dr1>) ; selects Ringer exten => 3010,2,Dial(SIP/3010,15) I'm not sure what the Bellcore-dr1 ringer is supposed to be. I've tried replacing ALERT_INFO with another ring tone
1998 Jul 14
1
smbstatus show open files when none are
I recently (a few weeks ago) installed 1.9.18p8 in order to get better performance with an Access Database, which along with adding a TCP_NODELAY in the [global] section has that working like a charm. Thing that's bugging me now is smbstatus. When I run it I see open files listed when I know that they aren't. The following output shows quite a few files open that aren't really. The
2003 Feb 04
1
Background color of plot
I'm using the parameters "mfrow" and "mfg" to display some graphics(plots) at the same time. Although, because of the parameter "mfg", the parameter "bg" don´t change the background color. What can I do to solve this? Here is the code I'm using... ... i <- 1 for(j in 1:4){ for(k in 1:2){ limiares <-
2013 May 17
1
Problem with ordiellipse coloured factor in Vegan
Hello R experts, I am trying to plot ordiellipse for my data but the col according to factors. Metabolites_raw= read.csv(file.choose(), head = TRUE) #file 21Metabolites.csv Metabolites_t=t(Metabolites_raw[,2:82]) ord <- metaMDS(Metabolites_t, distance="bray") symbol=as.numeric(Metab_metadata$LandType) col.list <-
2011 Jan 27
1
How to xyplot without borders
Hello I have the following data.frame and xyplot. I need this plot without the borders. Does anybody know how to get this xyplot without borders o with white borders? Thank's in advance Juan Hernández my.label <- data.frame(quantil=rep(20,8), my.factor=factor(c('FA','FB','FC','FD','FE','FG','FH','FI'))) library(lattice)
2006 Jul 12
5
start_form_tag n00b question
Hi, I''m wondering if there is any way to specify the id of a form tag with the start_form_tag helper. I''ve tried playing around with ", id=>"marginForm" " and also inclosing both the action variable and id variable in curley brackets. The Rails API doesn''t off much help for a n00b like me. It''s probably really easy but any help you guys
1998 Jul 27
1
Cache Problems!!!!! (PR#8584)
Charles Curley wrote: > The problem that I'm having is that once a file has been opened from the > share, changes made to that file via the WWW interface are not seen by > the Win95 client, they still get the old file's contents. Charles, If you are accessing data from both a Samba share via Win32 and via a UNIX program the UNIX program will see old data unless you turn off
2009 Feb 11
1
Ruby on Rails: Talk | Google Groups
This is more an architectural question.... I am looking to create a domain that sells widgets (as an example) widgets.com Now I have three sales reps, that each sell different kinds of widgets, and do not need to know about each other. larry.widget.com moe.widget.com curley.widget.com I don''t want to repeat myself (of course!) with the shopping cart logic or the transactional
2002 Sep 09
1
impulse response function
Hi, Is there a function in any of R-packages that can produce and plot the impulse response function for any model.. Thank you Ahmad Abu Hammour -.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.- r-help mailing list -- Read http://www.ci.tuwien.ac.at/~hornik/R/R-FAQ.html Send "info", "help", or "[un]subscribe" (in the "body",
2004 Dec 12
2
Caller ID info ZAP --> SIP??
Hi everyone, I've been toying with * for quite some time now. I've got two Cisco 7940's with the SIP firmware playing nice with *. I can also make outbound calls via IAXTel (toll-free calls only) and all other calls I have routed out my X100P-clone adapter. Here's my question... Is there a way to capture the inbound callerid from my phone line (coming in on the X100P) and have
2008 Jun 12
11
auto_complete with multiple params
I''m using the auto_complete plugin, and it works great, my problem is i need to pass multiple parameters to the controller other that what is typed in the text field. <%= text_field_with_auto_complete :search, :contains, :size => 15, :frequency => 0.1, :skip_style => true -%> This is what i have as of now, but i also need to pass ":language => @default"
1998 Jul 17
4
Can I specify a different username under Win95???
Hi all - I have the latest samba up and running fine except for one small problem. The username I use to log into the NT domain is different than the username I log into samba with. I have no control over the former, and would *really* rather not change the latter. I've searched the net, and the archives, and got only saw bits and pieces of this issue, never quite fully answered. Is it