Displaying 4 results from an estimated 4 matches for "betag".
Did you mean:
beta
2011 Dec 13
1
plotting 2 Y-axes, aligning the 0 value
...red line should start in the
middle of the graph only, rather than at the bottom of it.
(This is an arbitrary example - the right axis could also start as of
value 1000, in which case I'd like 1000 to align with 0 of the left
axis.)
Code:
# set up some fake test data
time <- seq(0,72,12)
betagal.abs <- c(0.05,-0.18,0.25,0.31,0.32,0.34,0.35)
cell.density <- c(0,1000,2000,3000,4000,5000,6000)
#add extra space to right margin of plot within frame
par(mar=c(5, 4, 4, 4) + 0.1)
# Plot first set of data and draw its axis
plot(time, betagal.abs, pch=16, axes=F, ylim=c(-1,1), xlab="&...
2007 Jul 30
1
bonding of 2 lines
...solve on my own is that you can only add physical
devices to the teql0 qdisc. Therefore the following won''t work:
+--------------+ eth1 +--------+
+----------+
| |========== | | eth0 |
|
''network 1'' ----| BETAGATE | | INET | ======== | ZEUS
|
| |========== | | |
|
+--------------+ eth2 +--------+
+----------+
Zeus is connected to a 1GB/s internet connection. So the bottleneck
won''t be the eth0 device on Zeus.
Th...
2013 Apr 12
1
A strange behaviour in the graphical function "curve"
...# its z argument
Tzx <- function(z, sigma_p, mu_p) sigma_p*z + mu_p
# Another transformation function similar to the
# previous one - it can take a vector as its x argument
Txz <- function(x, sigma_p, mu_p) (x - mu_p)/sigma_p
# The general function with several arguments
BetaG <- function(mu, alpha, n, sigma, mu_0) {
lasZ <- zetas(alpha) # It is a vector
sigma_M <- sigma/sqrt(n)
lasX <- Tzx(lasZ, sigma_M, mu_0) # Another vector(transf. from lasZ)
NewZ <- Txz(lasX, sigma_M, mu) # A new vector:transf. from lasX
# And the result is a...
2009 Aug 04
5
Stacked plots with common x-axis and different y-axis
Is there a place that shows how to create two plots that are stacked on top of each other where they share a common x-axis scale, but have differnt y-axis scale?
Say have the following data: airquality
Stack plot(airquality$Day, airquality$Wind) on top of plot(airquality$Day, airquality$Temp).
I am interested in stacking the two on top of each other with no seam, or plotting the two lines with