search for: intechmer

Displaying 20 results from an estimated 21 matches for "intechmer".

2001 Dec 20
2
Modifying a function
Hello, I'd writen a function in R composed of multiples lines. How can I do to modify or delete on of the line of my function ? -- Sincerely ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ~ Emmanuel POIZOT ~ CNAM/INTECHMER ~ B.P. 324 ~ 50103 CHERBOURG CEDEX ~ T?l : (33) 233 887 342 ~ Fax : (33) 233 887 339 ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ -.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.- r-help mailing list -- Read http://www.ci.tuwien.ac.at/~hornik/R/R-FAQ.html Send "info&quo...
2003 Feb 14
3
Change array size
Hi, I would like to know if there is a way to change a vector of arbitrary size to make it fits the nearest upper size multiple of a power of 2. -- Cordialy ---------------------------------------- Emmanuel POIZOT Cnam/Intechmer Digue de Collignon 50110 Tourlaville T?l : (33)(0)2 33 88 73 42 Fax : (33)(0)2 33 88 73 39 -----------------------------------------
2002 May 14
2
Raster management data
...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 88 73 42 Fax : 33 (0)2 33 88 73 39 ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ -.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.- r-help mailing list -- Read http://www.ci.tuwien.ac.at/~hornik/R/R-FAQ.html Send "info",...
2003 Apr 08
1
Modeling the trend and eliminate it
...te the trend of a set localised (with x an y) data. I try to fit a linear model to the data: mod.01 <- lm(ff~x+y) I've got so a model. My question is how can I do to subtract the model from the initial f data ? -- Cordialement ---------------------------------------- Emmanuel POIZOT Cnam/Intechmer Digue de Collignon 50110 Tourlaville T?l : (33)(0)2 33 88 73 42 Fax : (33)(0)2 33 88 73 39 -----------------------------------------
2004 Sep 24
2
R from outside program
...ave < cmdfile.R , where I put the R graphic commands in the cmdfile.R file. I call R from my C++ code but as R seems to run in batch mode, there are no graphical outputs! How can I do to get the graphics outputs ? -- Sincerely ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ Emmanuel Poizot Cnam/Intechmer B.P. 324 50103 Cherbourg Cedex T??l: (33)(0)233887342 Fax: (33)(0)233887339 ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
2005 Dec 16
1
autocorrelation test
...e vectors are organized or not). To do so, I would like to use an autocorrelation test, so that I have two questions: - is the Watson test applicable to that perpuse ? - is the kuiper test applicable to that purpuse ? Regards ------------------------------------------------ Emmanuel Poizot Cnam/Intechmer B.P. 324 50103 Cherbourg Cedex Phone (Direct) : (00 33)(0)233887342 Fax : (00 33)(0)233887339 ------------------------------------------------
2001 Dec 13
2
Problem to interpret wilcox.test
..., B) and I'd this answer: Wilcoxon rank sum test data: A and B W = 12, p-value = 1 alternative hypothesis: true mu is not equal to 0 Should I interpret that there is no difference between the two sets ? -- Cordialement ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ~ Emmanuel POIZOT ~ CNAM/INTECHMER ~ B.P. 324 ~ 50103 CHERBOURG CEDEX ~ T?l : (33) 233 887 342 ~ Fax : (33) 233 887 339 ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ -.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.- r-help mailing list -- Read http://www.ci.tuwien.ac.at/~hornik/R/R-FAQ.html Send "info&quo...
2009 Jul 13
1
Times series adjustment
...682 48.75121 01/00/00 12:07:18.000 -26.1 -2.620667 48.75121 01/00/00 12:07:18.000 -26.1 How can I construct the time series based on that two data sets allowing me then to to the depth rectification ? Regards -- Cordialement ------------------------------------------------ Emmanuel Poizot Cnam/Intechmer B.P. 324 50103 Cherbourg Cedex Phone (Direct) : (00 33)(0)233887342 Fax : (00 33)(0)233887339 ------------------------------------------------
2005 Oct 24
2
Compilation package error
...gstat' ** Restoring previous '/usr/local/lib/R/site-library/gstat' -------------------> R run on a dec alpha station under Debian Sarge 64 bits (alpha version of course). Compiler version is gcc 4.0.2. Regards ------------------------------------------------ Emmanuel Poizot Cnam/Intechmer B.P. 324 50103 Cherbourg Cedex Phone (Direct) : (00 33)(0)233887342 Fax : (00 33)(0)233887339 ------------------------------------------------
2012 Oct 04
4
Class for time series
...5 2012-07-06 09:47:21 -0.141 22.510 0.011 19.321 0 6 2012-07-06 10:02:21 -0.139 22.372 0.011 19.280 0 I wonder what is the best class to use to manage such time series -- Cordialement ------------------------------------------------ Emmanuel Poizot Cnam/Intechmer B.P. 324 50103 Cherbourg Cedex Web : http://www.geoceano.fr Phone (Direct) : (00 33)(0)233887342 ou 41 Fax : (00 33)(0)233887339 ------------------------------------------------
2001 Dec 03
1
Plotting in a traingle
Hello, I want to print points having value on 3 variables in a triangle (ternary diagram). How can I di this with R ? -- Cordialement ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ~ Emmanuel POIZOT ~ CNAM/INTECHMER ~ B.P. 324 ~ 50103 CHERBOURG CEDEX ~ T?l : (33) 233 887 342 ~ Fax : (33) 233 887 339 ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ -.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.- r-help mailing list -- Read http://www.ci.tuwien.ac.at/~hornik/R/R-FAQ.html Send "info&quo...
2002 Jul 16
1
Watson test
...I've got a set of test data (with it's watson test result) and the result given by R's watson function is not the same. Is there anybody who knows witch function is used in the R's watson function ? Thanks -- Cordialement. ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ Emmanuel POIZOT CNAM/INTECHMER B.P. 324 50103 Cherbourg Cedex T?l : 33 (0)2 33 88 73 42 Fax : 33 (0)2 33 88 73 39 ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ -.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.- r-help mailing list -- Read http://www.ci.tuwien.ac.at/~hornik/R/R-FAQ.html Send "info",...
2003 Feb 25
1
Wavelets correlation test
...ector values. I plan to perform a cor.test on each level of the wavelet decomposition, say N. So I will have at the end of a first step N results of cor.test. How can I deal with this N results to have an answer globaly ? -- Cordialy ---------------------------------------- Emmanuel POIZOT Cnam/Intechmer Digue de Collignon 50110 Tourlaville T?l : (33)(0)2 33 88 73 42 Fax : (33)(0)2 33 88 73 39 -----------------------------------------
2003 Mar 21
0
Postscript PBs
...;s ok. When I want to print it, I've got a blank page or a black page (fill of black encre) I changed the printer (guessing it was my driver printer), it was the same. Does anyone had the same problem and resolved it ? -- Cordialy ---------------------------------------- Emmanuel POIZOT Cnam/Intechmer Digue de Collignon 50110 Tourlaville T?l : (33)(0)2 33 88 73 42 Fax : (33)(0)2 33 88 73 39 -----------------------------------------
2003 Mar 21
0
Postscript PB
...k. When I want to print it, I've got a blank page or a black page (fill of black encre) I changed the printer (guessing it was my driver printer), it was the same. Does anyone had the same problem and resolved it ? -- Cordialement ---------------------------------------- Emmanuel POIZOT Cnam/Intechmer Digue de Collignon 50110 Tourlaville T?l : (33)(0)2 33 88 73 42 Fax : (33)(0)2 33 88 73 39 -----------------------------------------
2008 Jan 10
1
RODBC, postgresql on Linux
...="postgresql") I get a message error, connection failes in odbcDriverConnect(...) I don't know where I'm wrong, as I verified the postgresql deamon is ok and that the database I want to access is defined. -- ------------------------------------------------ Emmanuel Poizot Cnam/Intechmer B.P. 324 50103 Cherbourg Cedex Phone (Direct) : (00 33)(0)233887342 Fax : (00 33)(0)233887339 ------------------------------------------------
2009 Jun 10
1
GeoXp package
...fichier ou dossier de ce type (sorry for the french :) ) I check on my system and libgrass_I.so is located at /usr/lib/grass/lib/libgrass_I.so. So how to specify the path of that file to allows rgdal loading ? Regards -- ------------------------------------------------ Emmanuel Poizot Cnam/Intechmer B.P. 324 50103 Cherbourg Cedex Phone (Direct) : (00 33)(0)233887342 Fax : (00 33)(0)233887339 ------------------------------------------------
2005 Oct 25
0
Compilationerror at installation of packages
...gtk --enable-gtk-cairo --with-java-home=/usr/lib/jvm/java-1.4.2-gcj-4.0-1.4.2.0/jre --enable-mpfr --disable-werror --enable-checking=release alpha-linux-gnu Thread model: posix gcc version 4.0.2 (Debian 4.0.2-2) Regards -- ------------------------------------------------ Emmanuel Poizot Cnam/Intechmer B.P. 324 50103 Cherbourg Cedex Phone (Direct) : (00 33)(0)233887342 Fax : (00 33)(0)233887339 ------------------------------------------------
2006 Sep 19
2
Linux configuration (Ubuntu)
Hello all, I have been a R user for about a year now, running on a MS Windows machine. I am in the process of making a complete switch to open-source. Linux is a new world to me. Ubuntu was my selection of the various distributions. Please pardon this very basic question (I was unable to locate an answer on R or Ubuntu). I used Synaptic to download the necessary files to run. However, I was
2002 Apr 26
2
Can't install packages (PR#1486)
...0.1 : Commande introuvable make: *** [geoRgeoRglm.o] Erreur 127 ERROR: compilation failed for package `geoRglm I suppose that the version of my compiler is not correct, but I didn't find where to change that settings. -- Cordialement. ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ Emmanuel POIZOT CNAM/INTECHMER B.P. 324 50103 Cherbourg Cedex Tèl : 33 (0)2 33 88 73 42 Fax : 33 (0)2 33 88 73 39 ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ -.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.- r-devel mailing list -- Read http://www.ci.tuwien.ac.at/~hornik/R/R-FAQ.html Send "info"...