Skip to content

Search Archives

Search tips
from:Name Search by author name, e.g. from:Duncan Murdoch "exact phrase" Match an exact phrase word1 word2 Match messages containing both words Date range Use the date pickers to filter results to a time period

Use the list dropdown to narrow results to a specific mailing list. Combine from: with other terms to filter by author and content.

228 results for “from:Marc Girondot”

Masking oceans using polypath
Marc Girondot · Aug 5, 2013 · r-help

Un texte encapsul? et encod? dans un jeu de caract?res inconnu a ?t? nettoy?... Nom : non disponible URL : <https://stat.ethz.ch/pipermail/r-help/attachments/20130805/e996495b/attachment.pl>

R web application development
Marc Girondot · Mar 19, 2013 · r-help

Un texte encapsul? et encod? dans un jeu de caract?res inconnu a ?t? nettoy?... Nom : non disponible URL : <https://stat.ethz.ch/pipermail/r-help/attachments/20130319/78ddbbd5/attachment.pl>

assign a value to an element
Marc Girondot · Mar 18, 2012 · r-help

Un texte encapsul? et encod? dans un jeu de caract?res inconnu a ?t? nettoy?... Nom : non disponible URL : <https://stat.ethz.ch/pipermail/r-help/attachments/20120318/d68edf35/attachment.pl>

help with adding SD to graph
Marc Girondot · Aug 13, 2013 · r-help

Un texte encapsul? et encod? dans un jeu de caract?res inconnu a ?t? nettoy?... Nom : non disponible URL : <https://stat.ethz.ch/pipermail/r-help/attachments/20130814/09e44be5/attachment.pl>

Add a continuous color ramp legend to a 3d scatter plot
Marc Girondot · Mar 13, 2013 · r-help

Un texte encapsul? et encod? dans un jeu de caract?res inconnu a ?t? nettoy?... Nom : non disponible URL : <https://stat.ethz.ch/pipermail/r-help/attachments/20130313/a4251089/attachment.pl>

Package seems to be present but library don't find it
Marc Girondot · Apr 3, 2012 · r-help

Un texte encapsul? et encod? dans un jeu de caract?res inconnu a ?t? nettoy?... Nom : non disponible URL : <https://stat.ethz.ch/pipermail/r-help/attachments/20120403/e0376523/attachment.pl>

Add a continuous color ramp legend to a 3d scatter plot
Marc Girondot · Mar 13, 2013 · r-help

Un texte encapsul? et encod? dans un jeu de caract?res inconnu a ?t? nettoy?... Nom : non disponible URL : <https://stat.ethz.ch/pipermail/r-help/attachments/20130314/da1cbba5/attachment.pl>

please let me unsubscribe or remove me from mailing list.
Marc Girondot · Sep 12, 2017 · r-help

Le 12/09/2017 ? 16:57, Where's YK a ?crit?: > Thank you. > > from cabin21 at gmail.com > Google R-help at r-project.org unsubscribe bring you to: https://www.r-project.org/mail.html Sincerely Marc

Web site for MacOSX R-devel precompiled version
Marc Girondot · Sep 29, 2016 · r-devel

From several years, I used this site http://r.research.att.com to get a precompiled version of macosx R-devol but the most recent version is frozen at the 18/8 build (r 71112). Is there an alternative (except...

about netcdf files
Marc Girondot · Aug 2, 2016 · r-help

You can find many tutorials in internet. For example, I did one here: http://max2.ese.u-psud.fr/epc/conservation/Girondot/Publications/Blog_r/Entrees/2014/4/27_Comparison_between_packages_RnetCDF%2C_ncdf4_and_ncdf.html Without any...

Clean old instaled packages
Marc Girondot · Jun 29, 2014 · r-sig-mac

Hi, In /Library/Frameworks/R.framework/Versions , I see the installed packages for all the R versions that I had: 2.13 2.14 2.15 3.0 3.1 Current Is-it safe to remove all the previous instals...

Question
Marc Girondot · Apr 15, 2018 · r-help

Le 15/04/2018 ? 17:56, alireza daneshvar a ?crit?: > break-down point Can you explain more what you plan to do and give an example of what you have tried to do until now to do a "break down...

format integer numbers with leading 0
Marc Girondot · Jan 4, 2018 · r-help

Dear R-er, I would like format integer number as characters with leading 0 for a fixed width, for example: 1 shoud be "01" 2 shoud be "02" 20 should be "20" Now I use: x <- c(1, 2, 20...

format integer numbers with leading 0
Marc Girondot · Jan 4, 2018 · r-help

Dear R-er, I would like format integer number as characters with leading 0 for a fixed width, for example: 1 shoud be "01" 2 shoud be "02" 20 should be "20" Now I use: x <- c(1, 2, 20...

[FORGED] Re: axis() after image.plot() does not work except if points() is inserted between
Marc Girondot · Jul 30, 2017 · r-help

Le 28/07/2017 ? 05:32, Paul Murrell a ?crit : > plot(1:10) > mtext("margin-label", side=2, at=9, las=1, line=1, adj=0) > par(mfg=c(1,1)) > ## Only the text within the plot region is drawn...

How to create as.numeric.xxx
Marc Girondot · Nov 16, 2012 · r-help

I would like to create a function to convert data based on a class using as.numeric Similarly, using a plot, I do: plot.essai <- function(x, ...) {return(x*2)} d <- 10 class(d) <- "essai" plot(d) It works: [1...

Should package be reinstalled when exterbal library is changed
Marc Girondot · Oct 30, 2018 · r-help

Dear R-experts, Some packages need external libraries to be installed. For example ncdf4 needs netcdf library or flextable need pandoc. When there is new version of external library, should the R package be installed again to use the new...

Changes between R 3.1 vs 3.0.3
Marc Girondot · Apr 7, 2014 · r-help

If there a list of changes between 3.1 and 3.0.3 ? For example, when using levels(xxxx), if xxxx was not a factor, in 3.0.3 it was changed as a factor but in 3.1 RC...

'for' in steps
Marc Girondot · Oct 27, 2011 · r-help

Le 28/10/11 00:29, RhoR a ?crit : > I want to use > for (i in 1:time) > > but I want the increments to be monthly. > > For example, if I'm adding interest to a virtual bank account monthly, for...

Is it possible to include shiny code in a package?
Marc Girondot · Mar 1, 2014 · r-help

Dear list member, I would like to include shiny code within a package. My idea was to include a folder 'shiny' for example and to put in this folder the files server.R and ui.R required for shiny as...

Can't find what you're looking for? Try searching with Google .