search for: francoisguilhaumon

Displaying 5 results from an estimated 5 matches for "francoisguilhaumon".

2016 Dec 02
2
pdftools on Ubuntu
Hi, I am trying to install pdftools package on R 3.3.1 (Ubuntu 16.04), but the following issue occurs: ------------------------- ANTICONF ERROR --------------------------- Configuration failed because poppler-cpp was not found. Try installing: * deb: libpoppler-cpp-dev (Debian, Ubuntu, etc) * rpm: poppler-cpp-devel (Fedora, CentOS, RHEL) * csw: poppler_dev (Solaris) * brew: poppler (Mac OSX)
2016 Dec 02
1
pdftools on Ubuntu
...e this help. > > > > Fran?ois Guilhaumon > > ?? > Fran?ois Guilhaumon, research scientist (IRD <http://en.ird.fr>), > associate editor (Journal of Biogeography > <http://onlinelibrary.wiley.com/journal/10.1111/%28ISSN%291365-2699>). > > homepage : http://francoisguilhaumon.free.fr > > MARBEC <http://www.umr-marbec.fr> - Biodiversit? Marine et ses usages > UMR 9190 - University of Montpellier > Montpellier, France > > ???.???`?..><((((?>.???`?.???.???`?...?><((((?> > > 2016-12-02 12:21 GMT+01:00 Eduardo Morelli <emore...
2016 Dec 02
0
pdftools on Ubuntu
...) : sudo apt-get install libpoppler-cpp-dev hope this help. Fran?ois Guilhaumon ?? Fran?ois Guilhaumon, research scientist (IRD <http://en.ird.fr>), associate editor (Journal of Biogeography <http://onlinelibrary.wiley.com/journal/10.1111/%28ISSN%291365-2699>). homepage : http://francoisguilhaumon.free.fr MARBEC <http://www.umr-marbec.fr> - Biodiversit? Marine et ses usages UMR 9190 - University of Montpellier Montpellier, France ???.???`?..><((((?>.???`?.???.???`?...?><((((?> 2016-12-02 12:21 GMT+01:00 Eduardo Morelli <emorelli1966 at gmail.com>: > Hi, &...
2008 May 19
0
Re : three-dimensional (volumetric) estimation from x,y,z
You may use the "geometry" package and the "convhulln" function. This will allow you to compute the convex hull volume of a set of points in a n-dimensional space. -- Guilhaumon Fran?ois Laboratoire "Ecosyst?mes Lagunaires" UMR 5119 cc 93 Bat 24 Universit? Montpellier II 34 095 Montpellier France http://www.ecolag.univ-montp2.fr
2008 Oct 22
1
getting the "name" of an object
Hello, I'm looking for a way to get the "name" of an object when it is used within an "sapply". More precisely, with a simple example : I have a named list of objects : myList = list(a=rnorm(10),b=rnorm(10),c=rnorm(10)) I would like to create a new object from each of the components of myList using the "sapply" function, for example to get the mean of all