search for: betagate

Displaying 4 results from an estimated 4 matches for "betagate".

Did you mean: bestgate
2011 Dec 13
1
plotting 2 Y-axes, aligning the 0 value
Hi, Being a novice to R, I would like to create a graph in R with 2 axes. One of the 2 only has positive values, the other one also has negative values. The part I'm struggling with is how to align the 2. Rather than starting to plot the data from the x axis, I would like to start plotting the positive values on the right axis only as of the 0 value on the left axis. Using a simple example
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. The m...
2013 Apr 12
1
A strange behaviour in the graphical function "curve"
I thought the curve function was a very flexible way to draw functions. So I could plot funtions like the following: # I created a function to produce functions, for instance: fp <- function(m,b) function(x) sin(x) + m*x + b # So I can produce a function like this ff <- fp(-0.08, 0.2) ff(1.5) # Is the same as executing sin(1.5) - 0.08*1.5 + 0.2 # Let's plot this
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