similar to: error in apply help file? (PR#8118)

Displaying 20 results from an estimated 11000 matches similar to: "error in apply help file? (PR#8118)"

2002 Dec 04
1
Help: add arrows on a filled.contour figure
Dear All I would like to use filled.contour to plot something with arrows on it. I did it in this way: filled.contour(1:nx,1:nz,u,col=gray(rev((0:20/20)))) for (j in zseq ) for (i in xseq) arrows(i, j, i+u[i,j],j+w[i,j],length=angleng,angle=angarrow,code=2, lwd=1,col="black") The peoblem is that the arrows use the whole device area, including the key on the right hand side of the
2014 May 16
2
SMS Capabilities
Hello Everyone, We have an order for SMS messaging. Can you gents and ladies be kind enough to disclose if SMS is possible using Asterisk? What is a quick way to test a `Hello World` to my cell. Finally, do all service providers support SMS messaging? Kind Regards, Jayson. -------------- next part -------------- An HTML attachment was scrubbed... URL:
2007 Dec 26
1
design question
Ladies and Gents, Researching the problem with DRBD 0.8 and OCFS2 not being able to mount... It appears to me the same problem has been reported, yet no fix was posted on the news group... (http://oss.oracle.com/pipermail/ocfs2-users/2006-August/000754.html) In any case, my env. looks as follows: drbd-8.0.6-1.el5.centos (primary/primary) kmod-drbd-8.0.6-1.2.6.18_53.1.4.el5
2007 Feb 05
1
Centos 4.4 NFSv4
Ladies and Gents, Having a rough time with nfsv4... Trying to mount via NFS v4 to get ACL support... I am getting this when i try to mount: NFS mount version 4 s not supported. here are my fstab options: nfs rw,hard,intr,exec,acl,mountvers=4 Nfs clients installed: nfs-utils-1.0.6-70.EL4 nfs-utils-lib-1.0.6-3 system-config-nfs-1.2.8-1 I presume I need to upgrade... how would I go about
2005 May 29
1
LCR
Ladies and Gents.... Please be patient as I try to explain what I am trying to achieve.. I have a PSTN line and a Freshtel account, what I want to do is have the PSTN line as the first choice for outgoing calls for local calls and Freshtel as the second choice. The problem is that it's easy enough to set up both individually but how do I get the "second choice" drop the leading
2003 Sep 08
2
Re: clustering polypeptide sequences
Hi Peter, You didn't give a very specific example, but it seems to me that what you wish to do is not really complicated. I suppose you have created a table of sequences vs. say hyprophobicity, charge, etc..., something like... seq hydroph arom b0001 0.104762 0.000000 b0002 0.035122 0.065854 b0003 0.024193 0.070968 b0004 -0.096729 0.084112 b0005 -0.973469 0.091837 b0006
2002 Mar 21
2
bug in ssh-keyscan.c --
===== Ladies/Gents, "ssh-keyscan.c" can't be linked statically against "libssh.a". You end up with `fatal()' being doubly defined. The patch below deletes the new "ssh-keyscan.c:fatal()" function and and restores the "ssh-keyscan.c:fatal_callback()" function with modifi- cations. The problem that both attempt to alleviate is the setting of the
2003 Aug 13
1
automating smbclient tasks
Ladies and Gents, My project requires me to share IIS log files with my Linux box. The outcome of this solution is using Webalizer instead of horrid Webtrends. I have testing most of this procedure, Webalizer does great with the combined log files (using mergelog). In any case, I need to script the download of the files from one server to another. I use something of the following to connect
2004 Jul 01
3
Security question for newbie
Hi, I am using Samba version 3.051 in an Active Directory setting with Windows 2000 server. Everything is working rather well with regards to file-sharing and authentication. However, the one thing that I noticed that I haven't been able to fix quickly with SWAT is the prevention of browsing the Linux file-system with users such as 'nobody' or 'bin'. For example... I have a
2005 Mar 22
1
List of tables rather than an extra dimension in the table or (l)apply(xtabs)
I'm not sure how to best explain what I am after but here goes. I have a data frame with 2 geographical factors. One is the major region the other is the component regions. I am trying to process all the regions at the same time without using "for". So I need (think, I do) a list of matrices each structured according to the number of subregions within each region. So is there a
2004 Mar 29
3
Help Documentation
I think many people share your view and are aghast at the reception that some well-intentioned posts receive. There have been past discussions on this and many people feel the way you and I do. Just to head off another round, let me acknowledge that there appears to be multiple viewpoints and although hard to believe by myself, there actually is a contingent that views what I see as
2008 May 02
1
Cant resolve Error Message
Hi, Im having trouble creating the following graph. Here is my code: library(plotrix) library(prettyR) female_improvement <-read.table("C://project/graphs/gender/breakdown/gender-improvement/female-improvement.csv", sep=",", header=TRUE) barp(rbind(rep(length(female_improvement$gender),2),freq(female_improvement$reason)[[1]]), ylab="22 Males participated in the
2011 Sep 01
3
Oh apply functions, how you confuse me
Hi guys, I have a crap load of data to parse and have enjoyed creating a script that takes this data and creates a number of useful graphics for our area. I am unable to figure out one summary though and its all cause I dont fully understand the apply family of functions. Consider the following: #Create data
2004 Mar 29
1
Help Documentation (PR#6717)
Ivo, Let me address your points in reverse order: 1. There is a `wishlist' category for bug reports, which I guess you've overlooked. 2. There is also a `Contributed Documentation' section on the R web site, which you can submit your contribution. As well, there are a few introductory level documents there already that you might be interested. 3. I must repectfully disagree about
2011 Feb 15
1
quick question about binary data
Dear all,This is both an R and a statistics question. I want to test whether males and females of a given species tend to co-occur in a given sampling unit more frequently than expected by chance. I'm thinking about using a binomial distribution with p as the sex ratio of the entire population. So, even though the population sex ratio is close to 50:50, each sampling unit would have
2018 Jan 09
3
barplot_add=TRUE
Dear R users aim Barplot of insect trap catches (y variable trapcatch) at one specific station (variable FiBL_Hecke) from week 1-52 ( x variable week). It works well using the function tapply (sum trapcatch per week, males and females not separated), however, I intend to separate the y variable trapcatch in males and females (variable m_w: m and w) problem I used the function "add" to
2012 Nov 05
1
Post hoc tests in gam (mgcv)
Hi. I'm analysing some fish biological traits with a gam in mgcv. After several tries, I got this model log(tle) = sexcolor + s(doy, bs = "cc", by = sexcolor) +log(tl) sexcolor is a factor with 4 levels doy is "day of year", which is modeled as a smoother tl is "total length of the fish" The summary of this models is (only parametric coefficientes): Parametric
2004 Jul 20
5
Precision in R
Greetings. I'm trying to recreate in R some regression models I've done in SAS, but I'm not getting the same results. My advisor suspects this may be due to differences in precision between R and SAS. Does anyone know where I can find specifications for R's type double? (It doesn't seem to be in the R Language Definition.) Thanks in advance for any help anyone can
2006 Oct 24
1
python-interactive for CentOS/EL 4
Hi all, Could anyone point me in the right direction for a package that provides the 'interactive' module for Python? I need to do some SSH stuff in Python so I grabbed python-paramiko from RPMForge (as always, thanks Dag & co.). Paramiko appears to be dependent on python-crypto but the RPM doesn't require it.. [wmcdonald at willspc ssh]$ ./demo.py Traceback (most recent call
2004 Oct 25
0
Swat for Samba
Dear ladies and gents I have installed the Samba Package 2.2.5.0 on a running AIX machine. I have unpacked the .EXE file and configured the software, too. The application samba with its daemons is working ! At least there is one bug or I don't know how to run . . . however There was the configuration tool "swat" installed in directory /usr/local/sbin but it isn't running. I have