search for: verticl

Displaying 3 results from an estimated 3 matches for "verticl".

Did you mean: vertical
2007 Sep 13
4
how to plot shaded area under a curve?
say, I am plotting x=seq(0,5,len=100) y=-(x-5)^2 plot(x,y) how can I put some color or verticle lines below the plotted curve? [[alternative HTML version deleted]]
2003 Nov 07
2
Annoteting graphs using text
...is a specification for the plot title; see 'main = title' in the #plot function #hlab is the x axis label; see "xlab = hlab" in the plot function #vlab is the y axis label; see "ylab = vlab" in the plot function title="This is a test plot" vlab="Label for verticle axis" hlab="Label for horizontal axis" # Start of the function I call lin lin = function (x,y) { lincc = (2 * cov(x,y)) / (var(x) + (var(y)) + ((mean(x) - mean(y))^2)) print(lincc) agree = plot(x,y...
2004 Dec 29
0
Supporting "End User Line Features"
Sigh.. This shouldn't be so hard. Ok guys, I'm trying to figure out how to support end user features for my users. Perhaps some of them are typical verticle service features like *69, *72, *66, etc, you get the picture. Here's my deal. Sure implementing them one by one is easy enough. But building the logic on the incoming side (PSTN calling my SIP customer for example) is a real pain: 1. Call comes in from pstn 2. is destination allowed to cal...