search for: ch_

Displaying 15 results from an estimated 15 matches for "ch_".

Did you mean: ch
2002 May 14
2
Printing a plot on Windows
I am using R 1.5.0 for Windows. When trying to print a plot produced by R clicking on the printer icon, or by clicking on "FILE - Print", there is no response. This happens under Windows 95 and 98. Has somebody found this problem? Is there a solution besides saving the plot and printing it using another application? Thanks for the help. Joaquin Diaz-Saiz
2002 Apr 23
2
Asking about how to use R to draw Time Series graph
Hi I'm study at University of Canterbury. Now, We have one project use R to do time series. The problem is I don't know how to use R to draw time series graph! Can you help me sovle this problem? I can not find in manuals book! Can you tearch me what fuction command I have to use? Thanks alway! Sam
2002 May 14
2
Raster management data
Hi, I'm a newbie in R world. I would like to develop an application that extract contour from objects of an image. - Is R able to manage raster data (i.e., images) ? - Is there a specific package in change of such management ? I'm specificaly interest in the Canny filter. ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ Emmanuel POIZOT CNAM/INTECHMER B.P. 324 50103 Cherbourg Cedex T?l : 33 (0)2 33
2002 Aug 26
5
updating n within for(i in 1:n) loop
Hi folks: I think I'm having problems with figuring this one out: test1 <- function() { n <- 2 for(i in 1:n) { cat(paste("i =", i, "\n")); flush.console() n <- 5 # version 1 #n <<- 5 # version 2 #assign("n", 5, envir = environment(test1)) # version 3 } } I need the for(.) loop to run (say) n=5 times within the
2002 Apr 11
3
new acf package
I'm a PhD student and I'm working with covariance function. I'm interested to know if exist some packages in R to calculate and plot the bidimensional Autocovariance Function. the input matrix is a matrix that describe a spatial location over a 2-D space and I want to use it in the same way I can use a time serie in the 1-D acf. Thanks, Nicola.
2002 Apr 11
3
new acf package
I'm a PhD student and I'm working with covariance function. I'm interested to know if exist some packages in R to calculate and plot the bidimensional Autocovariance Function. the input matrix is a matrix that describe a spatial location over a 2-D space and I want to use it in the same way I can use a time serie in the 1-D acf. Thanks, Nicola.
1997 Jul 30
0
R-beta: Query: installing 0.50-a1 on Solaris 2.5.1
...dotcode.o dqrxb_ dotcode.o dsvdc_ dotcode.o dqrdc2_ dotcode.o optif9_ dotcode.o rs_ dotcode.o cg_ dotcode.o ch_ dotcode.o dqrls_ dotcode.o dpofa_ dotcode.o ld: fatal: Symbol referencing errors. No output written to R.binary *** Error code 1 make: Fatal error: Command failed for target `R.binary' Current working dire...
2007 Jan 30
1
Solaris 10 compilation issue
...th -lmtsk -lm ../extra/zlib/libz.a ../extra/bzip2/libbz2.a ../extra/pcre/libpcre.a ../extra/intl/libintl.a -lreadline -ltermcap -lnsl -lsocket -ldl -lm Undefined first referenced symbol in file cg_ registration.o ch_ registration.o rg_ registration.o rs_ registration.o bincount registration.o inflate connections.o Rf_df arithmetic.o...
2007 Jan 30
1
Difficulty with compiling R-2.4.1 on solaris 10
...math -lmtsk -lm ../extra/zlib/libz.a ../extra/bzip2/libbz2.a ../extra/pcre/libpcre.a ../extra/intl/libintl.a -lreadline -ltermcap -lnsl -lsocket -ldl -lm Undefined first referenced symbol in file cg_ registration.o ch_ registration.o rg_ registration.o rs_ registration.o bincount registration.o inflate connections.o Rf_df arithmetic.o...
2007 Jan 30
0
R Compiling issue
...4 -L/opt/SUNWspro/prod/lib/amd64 -L/usr/lib/amd64 -lfui -lfai -lfsu -lsunmath -lmtsk -lm ../extra/zlib/libz.a ../extra/bzip2/libbz2.a ../extra/pcre/libpcre.a ../extra/intl/libintl.a -lreadline -ltermcap -lnsl -lsocket -ldl -lm Undefined first referenced symbol in file cg_ registration.o ch_ registration.o rg_ registration.o rs_ registration.o bincount registration.o inflate connections.o Rf_df arithmetic.o Rf_dt arithmetic.o Rf_pf arithmetic.o Rf_pt arithmetic.o Rf_qf arithmetic.o Rf_qt arithmetic.o Rf_rf random.o Rf_rt random.o chol_ registration.o gzeof connections.o...
2007 Jan 30
0
Issue with compiling R on solaris 10
...math -lmtsk -lm ../extra/zlib/libz.a ../extra/bzip2/libbz2.a ../extra/pcre/libpcre.a ../extra/intl/libintl.a -lreadline -ltermcap -lnsl -lsocket -ldl -lm Undefined first referenced symbol in file cg_ registration.o ch_ registration.o rg_ registration.o rs_ registration.o bincount registration.o inflate connections.o Rf_df arithmetic.o...
2002 Aug 06
2
Memory leak in R v1.5.1?
Hi, I am trying to minimize a rather complex function of 5 parameters with gafit and nlm. Besides some problems with both optimization algorithms (with respect to consistantly generating similar results), I tried to run this optimization about a hundred times for yet two other parameters. Unfortunately, as the log below shows, during that batch process R starts to eat up all my RAM,
2002 Jun 24
10
code optimization
I have a function "eval.delta" which does what I want but isn't very elegant. I have consulted the R documents, MASS, and S Programming. Is there a practical way to optimize the code? Thank you very much. Peter B. Function: eval.delta <- function(delta){ cat("VALUES\n") vlr <- NULL k <- 0 for(j in 1:length(delta)) if(delta[j] <= 2){
2006 Apr 05
1
build error : xapian-core-0.9.4_svn6707 with UTF-8 patch
...m /u1/olly/xapian-svn-snapshot/trunk/xapian/xapian-core/queryparser/queryparser.lemony:24: accentnormalisingitor.h:29: error: `gunichar' does not name a type accentnormalisingitor.h:36: error: `char_type' does not name a type accentnormalisingitor.h:38: error: expected `)' before "ch_" accentnormalisingitor.h:39: error: ISO C++ forbids declaration of `char_type' with no type accentnormalisingitor.h:39: error: expected `;' before "operator" accentnormalisingitor.h:40: error: expected `;' before '}' token accentnormalisingitor.h:44: error: ISO C...
2006 Mar 03
1
xapian-0.9.4 queryparser build errors after applying utf-8 patch
...1/olly/xapian-svn-snapshot/tags/0.9.4/xapian/xapian-core/queryparser/queryparser.lemony:24: accentnormalisingitor.h:29: error: `gunichar' does not name a type accentnormalisingitor.h:36: error: `char_type' does not name a type accentnormalisingitor.h:38: error: expected `)' before "ch_" accentnormalisingitor.h:39: error: ISO C++ forbids declaration of `char_type' with no type accentnormalisingitor.h:39: error: expected `;' before "operator" accentnormalisingitor.h:40: error: expected `;' before '}' token accentnormalisingitor.h:44: error: ISO C+...