similar to: size of text

Displaying 20 results from an estimated 5000 matches similar to: "size of text"

2003 Jun 24
4
cumulative frequency distribution plot
Does R do cumulative frequency distribution plots? -- Tommy E. Cathey, Senior Scientific Application Consultant High Performance Computing & Scientific Visualization SAIC, Supporting the EPA Research Triangle Park, NC 919-541-1500 EMail: cathey.tommy at epa.gov My e-mail does not reflect the opinion of SAIC or the EPA. Federal Contact - John B. Smith 919-541-1087 - smith.johnb at epa.gov
2002 Nov 14
0
exec-ing R from Java
I'm developing a Java module which exec's R by means of the java.lang.Runtime class. R is started from Java with code similar to p = Runtime.getRuntime().exec("/usr/bin/R --no-save"); Java then controls R by sending and receiving messages over R's STDIN and STDOUT. This works well except when plots are displayed to the screen. The windows are non interactive. They
2006 Feb 22
1
Cannot see the caller id , When calls made from one server to another
Hi I had installed and configured 2 IAX server , users from 1'st server can dial to the second server and vice versa But when I make calls to users in other server , on my client , I get the caller if as asterisk@192.168.20.99 , the same I get when I try reverse , ie I get on my cleint caller id as astersik@192.168.20.32 Please guide me what
2002 Mar 12
2
How to get special (Hershey) font symbols into plot axis labels?
Dear R experts- I'm running R 1.2.3 (2001-04-26) on Linux. I need to get special symbols, such as a circle with a dot in it as used to indicate Solar units in astronomy, into my plot axis labels. How can I do this? Using the R documentation on the Hershey font sets, one can plot a Solar symbol within the world coordinates of a plot like this: >plot(1:10,1:10)
2001 Sep 13
0
R kudos
This is not a request for help, but I thought the readers of this mailing list might appreciate the following, anyway. I have been working with US EPA's (that's the United States Environmental Protection Agency) Office of Pesticides on a preliminary assessment for the effects of exposure to multiple organophosphate pesticides on human health (as required by the Food Quality Protection
2005 Jul 26
1
problem with Hershey fonts
This was reported to me by a colleague in China, so I may not be reproducing exactly what they are seeing (which I suspect is rw2011), but this is what I see: > version _ platform i386--netbsdelf arch i386 os netbsdelf system i386, netbsdelf status major 2 minor 1.1 year 2005 month 06 day 20 language R > help(Hershey) : : If the 'vfont' argument
2009 Nov 29
0
password expiration
Greetings. I have problem with password expiration problem i cannot handle myself, so i wrote in this list. Recently i discovered that a newly created samba account has already expired password. smbldap-useradd -a -d /home/tommy -G education -s /bin/bash -M tommy -c "Tommy T." tommy smbldap-passwd tommy getent shadow user:*:::::::0 user2:*:::::::0 user3:*:::365::::0
2003 Dec 14
1
contour() should handle the asp parameter
Hi all, To my knowledge, the current version of contour.default() does not handle the 'asp' parameter. This can be embarassing when displaying eg geographical maps, etc... Submitted to the opinion of more experienced R programmers, contour.defaut() function should be changed according to the followings: line 7: add = FALSE,asp=NA,...) line 33: plot.window(xlim, ylim,
2009 Nov 26
1
password expiration problem
Greetings. I have problem with password expiration problem i cannot handle myself, so i wrote in this list. Recently i discovered that a newly created samba account has already expired password. smbldap-useradd -a -d /home/tommy -G education -s /bin/bash -M tommy -c "Tommy T." tommy smbldap-passwd tommy getent shadow user:*:::::::0 user2:*:::::::0 user3:*:::365::::0
2009 Dec 28
2
What might be the security issues from installing R?
I work in a US government office, where regular computer users are not allowed Admin access to their computers, and all software must go through an extensive evaluation to be approved for installation and use. Several of us in my office would greatly benefit from R, so I'd like to request that it go through the approval process. Does anyone out there have any experience or advice to share?
2005 Sep 12
0
Sip phone will not connect
Folks, I have made an inbound call. Now I want to make an out bound. I have a sip softphone hitting the pbx. On my motorola firewall I have allowed all traffic in and out to my address. There is not a firewall on the PBX yet. here is the log off the softphone..and the PBX logs look like this Registration from 'Tommy Denton <sip:201@209.101.93.30>' failed for '
2002 Sep 10
1
Fw: Problem joing a W2KSP1 client to a Samba PDC (2.2.5).
The Virus controllers wouldn't let me send the attachment... ----- Original Message ----- From: "Trevor Fraser" <trevor@systematic.co.za> To: "Tommy Eriksson" <tommy.eriksson@ctakt.com> Cc: <samba@lists.samba.org> Sent: Tuesday, September 10, 2002 6:32 PM Subject: Re: [Samba] Problem joing a W2KSP1 client to a Samba PDC (2.2.5). > Hi Tommy. > >
2004 Jan 05
3
optim function : "BFGS" vs "L-BFGS-B"
Dear kind R-experts. Does anybody have an experience to use optim function? If yes, what is the main difference between two method "BFGS" vs "L-BFGS-B"? I used "BFGS" method and got what I wanted. But when I used "L-BFGS-B" the error message said that "L-BFGS-B needs finite values of fn". So that means "BFGS" method can handle even if fn
2004 Jun 23
1
Error message handling
Dear, R experts. Does anybody have experience with 'optim' function? I have an error message as the following. Error in optim(transcoefs, fn = hfdeviance, gr = hfdeviance.grad, method = "BFGS", : initial value in vmmin is not finite I want to make a comment when this happen. Is there way I can put *my* message after this error occur? Thanks in advance
2002 Sep 25
1
other flavors of Unix
I downloaded the source 2.2.5.tar file, untarred it, and ran through the config.guess and configure scripts. I'm running on a Concurrent PowerMaxion Motorola Unix version 4.1.3..... With a new config.guess script I was able to run more of the configure script but it bombs out on oplocks..with a message stating that running samba would be unsafe without locking... What can I do to get around
2001 Nov 19
1
Symbol escape sequence in xlab
I would like to label an x-axis with the nabla symbol. I have tried this with the following symbol escape sequence plot(1:5, 1:5, xlab=""); title(xlab="\\dl", vfont=c("serif symbol", "plain")) but I got the warning message parameter "vfont" couldn't be set in high-level plot() function Is it possible to use a symbol escape
2004 Jan 13
0
nlminb(Splus) vs optim(R)
Dear, R experts. I have two program codes, one is made by Splus and the other is made by transferring from Splus code. Because "nlminb" function in Splus is equivalent to "optim" in R, I expected to get exactly same result. But, sometime there is too large differece (greater than 2%) between two outputs. I looked two help files. According to those, in Splus, quasi-Newton
2006 Mar 05
2
plotting partial deriviatives
Dear R Helpers: I am trying to annotate a plot. The following code snippet works, but it is kind of a kludge since it adds the partial derivative symbols after creating the plotmath frac(). Is there a more elegant way to write a partial derivative? dev.off() plot(NA, xlim=c(-3,3), ylim=c(0,1.6), xlab="", ylab="", tck=-0.015) text(1.6, 1, expression(paste("slope =
2007 Nov 22
3
Solaris 9 Winbind "ls -l" hangs - group mapping
OS Solaris 5.9 (9) Generic_122300-13 (clean build) nscd daemon has been disabled and is not running No NIS or NISPLUS Samba Version 3.0.26a Complied using the following options --with-acl-support -with-winbind -with-pam smbd, nmbd & winbind daemons are all started [global] workgroup = MTCB2 security = domain log level = 3 log file =
2005 Oct 07
2
Assign references
Folks, I've run into trouble while writing functions that I hope will create and modify a dataframe or two. To that end I've written a toy function that simply sets a couple of variables (well, tries but fails). Searching the archives, Thomas Lumley recently explained the <<- operator, showing that it was necessary for x and y to exist prior to the function call, but I haven't