Displaying 7 results from an estimated 7 matches for "jcano".
Did you mean:
cano
2011 Dec 01
3
Change the limits of a plot "a posteriori"
Hi all
How can I change the limits (xlim or ylim) in a plot that has been already
created?
For example, consider this naive example
curve(dbeta(x,2,4))
curve(dbeta(x,8,13),add=T,col=2)
When adding the second curve, it goes off the original limits computed by R
for the first graph, which are roughly, c(0,2.1)
I know two obvious solutions for this, which are:
1) passing a sufficiently large
2010 May 04
1
All possible paths between two nodes in a flowgraph using igraphs?
...1/flowgraph_subsume.jpg
there are 18 paths between nodes 1 and a:
- 1a;
- 12a, 124a, 1243a, 1245a, 12436a, 124365a, 12456a, 124563a;
- 13a, 134a, 136a, 1342a, 1345a, 13456a, 1365a, 13654a, 136542a.
3 first-order loops:
- 12431, 1245631, 45634;
and no loops of order two or more.
Thanks in advance
jcano
--
View this message in context: http://r.789695.n4.nabble.com/All-possible-paths-between-two-nodes-in-a-flowgraph-using-igraphs-tp2125321p2125321.html
Sent from the R help mailing list archive at Nabble.com.
2009 Jul 23
3
How to pass a character argument which contains expressions to arg.names in barplot?
Hi all
Can anybody help me with this? I am trying to include in an automatic way
the argument in arg.names in a barplot. I generate the labels I want to
appear below the bars with a for loop, and they contain subscripts, so I
need to use expression
anch<-0.05
esp<-4
for (i in 1:dim(Ntot)[1])
{
naux<-Ntot[i,]
naux2<-naux[naux>0]
nind<-which(naux>0)
2009 Oct 20
1
How to create a legend that automatically reads the values from two vectors?
Hi all!!!
How can I create a legend to my plot that automatically reads the values
from two vectors?
betav<-c(0.78,0.94,0.88,0.41,0.59,4.68)
etav<-c(235.6,59.5,31.2,8.7,3.2,1174)
I want my legend to show 6 lines
beta(in greeks)=0.78,eta(in greeks)=235.6
beta(in greeks)=0.94,eta(in greeks)=6.59
....
beta(in greeks)=4.68,eta(in greeks)=1174
I know how to do it "by hand" but I have
2005 Apr 02
1
tuning samba fot better performance with MS Access mdb files
...clients working with this share.
The problem is that connections are very slow when accessing mdb
databases... we are using MS Access ODBC to connect to the database on
the samba server.
Is there any special tuning for make things better?
Thanks for the posible answers...
--
Javier Cano Flores
jcano@soportelinux.net
http://www.soportelinux.net
telefonos: 01-97923255, 4503832
Slackware Linux
* This distribution is for those that don't care for the overhead of configuration interfaces, and have a great appetite for raw text files. No need for dependency checks, since they always know wh...
2005 Apr 05
1
tunneling a connection to a samba server via vpn
...s to connect (or just view) to the samba file
server shares there is no accessible. The other clients of the lan are
all visibles.
Is there any way to view and share the samba file server through the
ipcop vpn or i need to setup a ssh tunnel..?
Thanks for reading this...
--
Javier Cano Flores
jcano@soportelinux.net
http://www.soportelinux.net
telefonos: 01-97923255, 4503832
Slackware Linux
* This distribution is for those that don't care for the overhead of configuration interfaces, and have a great appetite for raw text files. No need for dependency checks, since they always know wh...
2010 May 05
0
R-help Digest, Vol 87, Issue 5
...quot;
Today's Topics:
1. aregImpute (Hmisc package) : error in matxv(X, xcof)...
(Marc Carpentier)
2. Agreement (HB8)
3. Re: How to rbind listed data frames?
(it-r-help at ml.epigenomics.com)
4. All possible paths between two nodes in a flowgraph using
igraphs? (jcano)
5. superscript (Kay Cichini)
6. All possible paths between two nodes in a flowgraph using
igraphs? (jcano)
7. Re: superscript (Jorge Ivan Velez)
8. Re: superscript (Duncan Murdoch)
9. Re: aregImpute (Hmisc package) : error in matxv(X, xcof)...
(Uwe Ligges)
10. Re: supe...