search for: rads

Displaying 20 results from an estimated 306 matches for "rads".

Did you mean: ads
2010 Jul 19
5
par("uin") ?
I inherited a function written either for an older version of R or SPlus to draw a brace, "{", in a graph. It uses par("uin") to determine the scaling of the quarter circles that make up segments of the brace, but that setting doesn't exist in current R. I'm guessing that, in the function below, ux, uy can be defined from par("usr") and
2007 Apr 25
2
assigning two conditions to grep()
Hi, i have a problem in assigning 2 conditions to grep() , my data look like this: DA 24 N7 Rad= 3.4 20 Sac= 0.93 Acc= 4.76 DA 24 N7 Rad= 3.4 14 Sac= 0.65 Acc= 3.33 DA 24 N7 Rad= 3.4 3 Sac= 0.14 Acc= 0.71 DA 24 N7 Rad= 3.4 11 Sac= 0.51 Acc= 2.62 DG 23 N7 Rad= 3.4 8 Sac= 0.37 Acc= 1.91 DG 23 N7 Rad= 3.4 5 Sac= 0.23 Acc= 1.19 DG 23 N7 Rad= 3.4 0 Sac= 0.00 Acc= 0.00 DG 23 N7 Rad= 3.4 3 Sac=
2011 Feb 02
1
update not working
R-help, I'm using the "update" command for a multiple regression model and it is just not working: > update(model1, . ~ . – temp:wind:rad,data=ozone.pollution) Error: unexpected input in "model2<-update(model1, . ~ . –" > summary(model1) Call: lm(formula = ozone ~ temp * wind * rad + I(rad^2) + I(temp^2) + I(wind^2), data = ozone.pollution) Residuals:
2010 Jun 18
4
Drawing sample from a circle
Hi, I would like to draw 10 uniformly distributed sample points from a circle with redius one and centered at (0,0). Is there any R function to do that?   Thanks, [[alternative HTML version deleted]]
2005 Oct 04
2
newbie questions - looping through hierarchial datafille
Dear List, Im new to R - making a transition from SAS. I have a space delimited file with the following structure. Each line in the datafile is identified by the first letter. A = Inventory (Inventory) X = Stratum (Stratum_no Total Ye=year established) P = Plot (Plot_no age slope= species) T = Tree (tree_no frequency) L = Leader (leader diameter height) F = Feature (start_height finish_height
2013 Mar 05
2
Function completely locks up my computer if the input is too big
Dear r-help, Somewhere in my innocuous function to rotate an object in Cartesian space I've created a monster that completely locks up my computer (requires a hard reset every time). I don't know if this is useful description to anyone - the mouse still responds, but not the keyboard and not windows explorer. The script only does this when the input matrix is large, and so my initial
2005 Jul 06
3
asterisk perl radiusclient
hello how to solve these errors /var/lib/asterisk/agi-bin/agi-rad-auth.pl line 10 use Asterisk::AGI; vi /etc/asterisk/extensions.conf exten => _X.,1,agi,agi-rad-auth.pl|Routing=SIP&AuthorizeBy=SIP vi /etc/asterisk/modules.conf load => res_agi.so <---------------errors------------------------> *CLI> Can't locate Asterisk/AGI.pm in @INC (@INC contains:
2003 Jul 21
4
anyone with X100P & Callerid working outside US ?
I'm just curious if anyone has the X100P & Callerid receiving working outside US. Replies are appreciated. Also if it's not working for you in a certain coutry you can respond too. regards Martin
2006 May 23
1
shapes in rgl
Does anyone have a way of producing solid shapes other than spheres in rgl? I am using rgl to produce a simple visualisation of a forest model results using "lollipops". Its just a bit of fun, but as many of the trees are pines I would like to depict their crowns as cones. If there is a solution I need it to work under windows. Here is the example. library(rgl) library(misc3d)
2005 Feb 25
0
Asterisk with PortaOne Radius client- problem in accounting script with OH323
Dear all, I have installed asterisk 1.0.5 on redhat 9 I have installed also, asterisk-oh323 0.6.5 module (successfully compiled and installed) Now When I am trying to get asterisk communicate with a Radius (in my case: it's the VoiceMaster Radius) I was able to do the following: After installing all recommended to download and install radius client for asterisk
2006 Mar 27
1
Rad Rails IDE
Hi, Doe''s any one know how to configure RAD Rails to show only the methods of the current object and not all the rails methods? Sharon. -------------- next part -------------- An HTML attachment was scrubbed... URL: http://wrath.rubyonrails.org/pipermail/rails/attachments/20060327/fc4d5d8e/attachment.html
2012 Nov 12
1
reshape
Hi, I have a R output that looks as follow: Rad:0 Rad1:2 Rad3:3 I want to make a new matrix that looks like : sample size is 2400 Variable    n11  n12 Rad            0     2400-0=2400 Rad1          2       2400-2 Rad3  3      2400-3   Thanks a lot for your time and help:) Best,Farnoosh Sheikhi [[alternative HTML version deleted]]
2006 Feb 21
4
TDMoIP and Asterisk
RAD appear to have bucketloads of products which bridge between various interfaces (E1, BRI, POTS) and their own TDMoIP protocol. The attractive thing about them for me is their availability in Australia. The voip wiki says not much about it (http://www.voip-info.org/wiki/view/TDMoIP), and certainly nothing about if there is any way to get Asterisk to talk TDMoIP. Despite the name, TDMoIP
2006 Mar 30
1
misdn timeout?
Hi all I have a very strange problem here... I use a hfc-s card with mISDN in NT mode with an ISDN Phone connected. When I make a call, the phone rings two or three times and then misdn runs into a timeout... I don't know where to set that timeout, but it's way to short for the called to pick up the phone. If the destination phone is picked up, then everything is allright and the
2006 Nov 05
1
asterisk DTMF detection
Hi, Hi All, I've just delved into the world of asterisk and I'm having a few dtmf issues. Internally, amongst sip phones, dtmf is fine. Externally, if you ring from a GSM mobile, DTMF is fine, however if you ring from a standard phone, DTMF fails to register. I am attempting to use a quad port HFC-4S Beronet Card. I've been searching the web most of the last week and
2006 Mar 15
4
New RadRails tutorial using AWDWR book
Hello there, I am basically a J2EE refugee fascinated with Rails. I have been using the Spring framework (a lightweight J2EE java framework with some special characteristics) but I am so impressed with RoR that I am porting over many applications. In order to "dive into Rails", of course the second thing to do was get myself an IDE, and since I''ve been using Eclipse for the
2009 Jun 04
0
Dropping terms from regression w/ poly()
Hello r-help, I'm fitting a model with lm() and using the orthogonal polynomials from poly() as my basis: dat <- read.csv("ConsolidatedData.csv", header=TRUE) attach(dat) nrows <- 1925 Rad <- poly(Radius, 2) ntheta <- 14 Theta <- poly(T.Angle..deg., ntheta) nbeta <- 4 Beta <- poly(B.Beta..deg., nbeta) model.1 <- lm( Measurement ~ Block + Rad + Theta + Beta
1998 Jul 12
1
Rad Hat installation by newbie
First attempt was unsuccessful... -------------- next part -------------- An embedded message was scrubbed... From: Evan Panagiotopoulos <panagiot@frontiernet.net> Subject: Rad Hat installation by newbie Date: Fri, 10 Jul 1998 22:22:09 -0400 Size: 2011 Url: http://lists.samba.org/archive/samba/attachments/19980712/8a69f3c0/attachment.eml -------------- next part -------------- A non-text
2007 Dec 11
0
rspec and rad-rails
Quick announcement: I wrote a small enhancement to TestUnitRunner.rb to allow RadRails to run both Test::Unit cases and RSpec examples in the fancy pants GUI runner. Chris will be merging it in with future releases of RadRails, and we''re going to work on getting the integration better (some limitations with the Java GUI component are preventing fuller integration). More info at the
2009 Oct 22
2
carefulwrite: write() returned error: Broken pipe
Dear, I am getting this in CLI on release candidate version of Asterisk. Any ideas, or points where to look? -- Launched AGI Script /var/lib/asterisk/agi-bin/rad-auth.agi [Oct 22 18:21:45] ERROR[9853]: utils.c:1126 ast_carefulwrite: write() returned error: Broken pipe -- <SIP/916-fc001968>AGI Script rad-auth.agi completed, returning 0 Best regards, Josip