similar to: very large pair() plot

Displaying 20 results from an estimated 900 matches similar to: "very large pair() plot"

2009 Jul 27
2
pairs plot
Hi all, I want to plot trough pairs() plot a matrix with 4 columns. I want to make a trhee plot in a graph. Plotting pairs colum 2,3,4 on y axis and 1 on X axis. You mean (a plot with three graphs) ommitting the first pair with itself. And only the pairs with colum 1 with the other not all pairs. I. e. this matrix 4177 289390 8740 17220 3907 301510 8530 17550 3975 316970 8640 17650 3651 364220
2009 Jul 29
1
Add a line in a Pairs2 and mark the axis length
Hi, I have finally installed TeachingDemos trough zip file and installed on lbrary. One new question: I want to draw a line (like abline) on diagonal or the result of running a ols. How can I do it. On the other hand, I want to mark the length on each sub plot y axis. It is possible? My function is sca<-function(){ z2<-read.table("Ase.txt",header=T)
2003 Apr 08
1
Root Password
Dear Samba Help, I have forgotten my root password to my SAMBA system, is there a way I can login to the system without root password, and then change the root password after login ? Will appreciate your assistance. Best Regards Mit freundlichem Gru? Audrey Phang Siemens Power Generation Asia Pacific Sdn Bhd Control & Instrumentation Department * 006 03 7952 4213 * 006 03 7952 4390 * 006
1999 Aug 22
4
Jet Direct Printers and Plotters
We have a HP Design Jet 650C Plotter which is hooked to the net via a jetdirect nic. Now I dont have a clue on how to use this plotter over the net. It doesent show up in the network neighborhood and I cant find anything about jetdirect plotters in the Linux documentation or the inet. The server is running Suse Linux 6.2 and Samba 2.05a. TIA Florian v. Behr
2009 Aug 16
1
Application caching in the browser?
Hello people, Are any of you implementing application caching in the browser? Here is the use-case I am interested in: End-user-Bob uses his browser to navigate to the_bob_end_user_crm_app.com While there he navigates to these URLs: the_bob_end_user_crm_app.com/accts/show/123 the_bob_end_user_crm_app.com/accts/show/321 the_bob_end_user_crm_app.com/accts/show/45678 Each of the above URLs
2010 May 12
3
Best Gem For Threaded Comment Storage?
Dear List, Given that I am developing a rails 2.3.5 site, When it comes to storing threaded comments in a blog or forum, Then which plugin/gem should be considered "State of the Art"? I''m starting with these URLs: http://github.com/rails/acts_as_tree http://github.com/rails/acts_as_nested_set http://github.com/collectiveidea/awesome_nested_set
2009 Mar 25
2
no internal function "int.unzip" in R 2.9 on Windows
Dear list, Using R 2.9, I have the following error on Windows when I try using .Internal(int.unzip(...)): > .Internal(int.unzip("test.zip",NULL, ".")) Error in .Internal(int.unzip("test.zip", NULL, ".")) : no internal function "int.unzip" The same error also happens with R 2.10 but not on R 2.8. And it does not happen with R 2.9 on Mac or
2008 Nov 10
1
R 2.8. and languageR
Hi, I have been using the library languageR in R2.6.0 for some while. I now would like to use new functions of this library (especially plotLMER.fnc) and have downloaded R 2.8.0. Error messages appear when I load the languageR library (I have tried several times on different computers but this doesn't help.: Attachement du package : 'Matrix' The following object(s)
2009 Jun 05
4
Under POP attack - now to prevent?
Looks like we are under a dictionary login attack on our POP server: Jun 5 11:48:20 mail dovecot[2620]: pop3-login: Aborted login (auth failed, 1 attempts): user=<audrey>, method=PLAIN, rip=85.189.169.94, lip=192.168.1.9 Jun 5 11:48:24 mail dovecot[2620]: pop3-login: Aborted login (auth failed, 1 attempts): user=<august>, method=PLAIN, rip=85.189.169.94, lip=192.168.1.9 Jun
2010 Mar 12
3
how to plot only the upper triangle using the pairs function?
Hi, I am trying to use function pairs to plot the scatterplot, but I only want to keep the upper triangle, what's the argument to do this? Thanks, -Jack [[alternative HTML version deleted]]
2013 Mar 29
1
pairs(X,Y) analog of cor(X,Y)?
With a data frame containing some X & Y variables I can get the between set correlations with cor(X,Y): > cor(NLSY[,1:2], NLSY[3:6]) antisoc hyperact income educ math 0.043381307 -0.07581733 0.25487753 0.2876875 read -0.003735785 -0.07555683 0.09114299 0.1884101 Is there somewhere an analog of pairs(X,Y) that will produce the pairwise plots of each X against each
2012 Mar 29
3
scalar assignment within a vector within function
Hello, I'm trying to create a vector of r^2 values for using a function which I will run in a "for" loop. Example: per<-rnorm(100,.5,.2)^2 x<-rnorm(100,10,5) y<-rnorm(100,20,5) fr<-data.frame(x,y,per) test<-rep(0,9) plotter<-function(i){ temp.i<-fr[fr$per <=(i*.10),] with(temp.i, plot(x, y, main=(i*.10),)) mod<-lm(y~x-1,data=temp.i)
2009 Oct 14
1
pairs
Dear all, I have two sets of data (say set1 and set2) as follow: set1 x1 x2 x3 0.30 0.43 3.88 0.38 0.59 3.53 0.30 0.42 2.12 0.33 0.53 2.12 0.30 0.47 3.76 set2 y1 y2 y3 0.32 0.47 5.18 0.23 0.26 1.06 0.42 0.65 3.88 0.28 0.38 3.76 0.35 0.47 1.41 The "pairs" function (such as pairs(~x1+x2+x3 data=set1, main="Simple Scatterplot Matrix") ) is
2004 Sep 23
3
Cannot get HP1055CM Color Plotter to work with "Point and Click"
G'day All, We are using Samba 3.0.6 as a PDC and print server. The OS is RHEL 3.0. I've gone thru the procedure detailed in "The Official Samba Howto..." book and the other HP and Lexmark LaserJet printers work properly using the postscript drivers. However, HP 1055CM Color Plotter works best with the HPGL/2 drivers if the drivers are installed on the client workstation but, do
2013 May 05
2
custom function that plots other functions- problem
Hi everyone! Could you please help me with the following assignment? My aim is to write a custom function that draws the plots of functions submitted by the user. The catch is, that we do not know the exact number of functions the user will select to draw. The program is relatively easy with one function, f.e sin: mf<- function(f,range,quality){ x<- seq(range[1],range[2],
2009 Aug 22
1
Rails params-hash. jQuery have this?
Hello, Rails has a hash named "params" which contains information from my current URL. Does jQuery have something like params? Related question: What is the jQuery-way of getting data out of the current URL? -Audrey
2007 Sep 17
1
side bars on dendrograms with latticeExtra
Dear all, I am using the heatmap representations of latticeExtra package and I would be interested to draw color side bars representing the groups of a factor of interest. From my understanding of : > help(dendrogramGrob) ... The 'add' argument can be used for additional annotation at the base of the dendrogram. It should be a list with one component for each row,
2002 May 21
1
HP Jetdirect, Intel Netport, Samba, And Windows XP
Hello, I have a bunch of Windows XP Pro machines, Samba 2.2.4, and several plotters on Jetdirect cards, and several printers on Netport 10/100 Muli-port network print servers. I have successfully configured Samba 2.2.4 to allow Windows XP to join the domain controlled by Samba and automaticaly create its own computer account on Samba. I would now like to setup Samba to share all the printers
2012 Mar 30
1
avoiding expression evaluation when calling a function
Another question on functions - I have something that looks like plotter<-function(i){ temp.i<-rwb[rwb$vector1 <=(i*.10),] with(temp.i, plot(vector2, vector3, main=(i*.10),)) mod<-lm(vector3~vector3-1,data=temp.i) r2<-summary(mod)$adj.r.squared rsqrd[i]<-r2 legend("bottomright", legend=signif(r2), col="black") abline(mod) rsqrd<<-rsqrd } I'd
2008 Apr 08
1
Legend on plots when using Cairo
Dear all, I am trying to use the Cairo package to avoid some X11 issues and it works very well. However, when I want to add a legend to my plots, I receive an error message from Cairo: > library(Cairo) > CairoPNG(file="test.png") > plot(1:100) > dev.off() null device 1 This works fine. But: > CairoPNG(file="test.png") > plot(1:100) >