search for: automaticall

Displaying 11 results from an estimated 11 matches for "automaticall".

Did you mean: automatically
2012 Mar 19
3
Automaticall adjust axis scales
Dear all, I have made a function that given a number of list elements plot them to the same window. The first element is plotted by using plot and all the rest are plotted under the same window by using lines. I have below a small and simple reproducible example. x1<-c(1:10) plot(x1) x2<-c(11:20) lines(x2) x3<-c(31:40) lines(x3) as you might notice the two consecutive lines
2006 Aug 14
2
(no subject)
...%> <%= submit_tag "Create" %> <%= end_form_tag %> <%= link_to ''Back'', :action => ''list'' %> ...I am trying to put a "Browse" button to allow a user to select a file for upload. How can I modify the code so that it automaticall generates a "file_field" instead of a "text_field"? Jim _________________________________________________________________ Don’t just search. Find. Check out the new MSN Search! http://search.msn.click-url.com/go/onm00200636ave/direct/01/
2005 Mar 10
1
Setting variable main in plot-function
Hi, I am plotting the residuals of z like this plot(resid(z)) and I want the title of the graph to be main="Residuals from regression [name of regression]" where in this case "z" is the name of the regression. Is there a way to automaticall put the name of the regression in the title, e.g if the regressions name changes to "y", the title changes accordingly? Regards T Petersen
2006 Aug 31
1
Interface for package supplied random number generator
...he following packages on CRAN that abuse this interface (meanwhile there might be more packages): randaes_0.1.tar.gz rlecuyer_0.1.tar.gz rsprng_0.3-1.tar.gz rstream_1.1.tar.gz SuppDists_1.0-13.tar.gz what makes the situation even more complicated is the fact that some of these packages are loaded automaticall by other packages. For example, package 'rlecuyer' is loaded by snow_0.2-1.tar.gz snowFT_0.0-1.tar.gz varSelRF_0.6-2.tar.gz To solve this problem, Stefan Theussl and I have tried to extend the mechanism for random number generators in the following way: - we have added a new kind of gene...
2005 Jan 29
2
Patch : fix configure.in and Makefile.am problems.
...ixes. 0) Remove AC_CANNONIAL_HOST because it has already been invoked earlier 1) Make sure FLaC__HAS_AS__TEMPORARILY_DISABLED and FLaC__HAS_GAS__TEMPORARILY_DISABLED have been defined on PPC. 2) Fix all instances of CFLAGS/CXXFLAGS being set in Makefile.am. These two variables are automaticall set in Makefile.in. If you need extra flag foo in Makefile.am, the correct way to do it is AM_CFLAGS/AM_CXXFLAGS. Probably more to come as this thing still doesn't compile. Cheers, Erik Index: configure.in =================================================================== RCS file:...
2005 Jan 30
0
Patch : fix configure.in and Makefile.am problems.
...ONIAL_HOST because it has already been invoked > earlier > 1) Make sure FLaC__HAS_AS__TEMPORARILY_DISABLED and > FLaC__HAS_GAS__TEMPORARILY_DISABLED have been defined on PPC. > 2) Fix all instances of CFLAGS/CXXFLAGS being set in Makefile.am. > These two variables are automaticall set in Makefile.in. If you > need extra flag foo in Makefile.am, the correct way to do it is > AM_CFLAGS/AM_CXXFLAGS. > > Probably more to come as this thing still doesn't compile. OK, thanks, checked in. once linux-ppc is ironed out the release should be ready to go. Jo...
2006 Feb 15
2
CDR for Inbound Calls
Hi What is the easiest method to set up CDRs for inbound calls? Can this be achieved without use of AGI and programming? Thanks for your help. James -------------- next part -------------- An HTML attachment was scrubbed... URL: http://lists.digium.com/pipermail/asterisk-users/attachments/20060215/cbff0714/attachment.htm
2003 Dec 01
0
No subject
printtool This will bring up the util that will do what you want. Click ADD and select Remote Unix (lpd) Queue and click OK. Enter the Queue name and hit TAB - this will automaticall chamge the spool directory name to match what you just entered as a name. Enter the printer's IP for Remote Host and the name of the Remote Queue [typically RAW or lp orsome such thing - depends on your printer ]. Select an input filter if you wish - I'm getting along just fine without a...
2011 May 26
0
Reference Classes: getter and setter functions/methods and possible shortcuts
..., ... ){ if(!inherits(src, "MyDataFrame")){ stop("Expecting 'src' to be of class 'MyDataFrame") } return(src$PRIMARYDATA[idx.row, idx.col, drop=drop]) } mdf <- myDataFrameCreate(a=1:5, b=1:5) mdf mdf$PRIMARYDATA mdf$getPRIMARYDATA() # automaticall set via 'getRefClass("MyDataFrame")$accessors()' mdf$subsetGet(1,1) mdf$subsetGet(1,) mdf$subsetGet(,1) mdf$subsetGet(,1,drop=FALSE) mdf[1,1] mdf[1,] mdf[,1] mdf[,1, drop=FALSE] Thanks a lot for any advice, Janko
2010 Dec 22
1
matrix indexing in 'for' loop?
Hi, I am having trouble with matrices. I have 2 matrices as given below, and I am interested in using these matrices inside "for" loops used to calculate correlations. I am creating a list with the names of the matrices assuming this list could be indexed inside the 'for' loop to retrieve the matrix values. But, as expected the code throws out an error. Can someone suggest a
2012 Jan 02
3
Problem with huge IMAP Archive after Courier migration
I have a mail server running Debian 6.0 with Courier IMAP to store project related mail. Currently the maildir of the archive (one user) contains about 37GB of data. Our staff is acessing the archive via Outlook 2007 where they drag their Exchange inbox or sent files to it. The problem with courier is that is sometimes mixes up headers with message bodies, so I wanted to migrate to dovecot. I