Displaying 11 results from an estimated 11 matches for "leray".
Did you mean:
eray
2010 Mar 01
3
multiline header
Hi,
first of all thanks for such a great syntax, so far it's the best I know!
I have a document with quite long titles and I was wondering if it was
possible to hard-break them:
e.g.:
This is a veeeeeeeeeeeeeeeeeeerrrrrrrrrrrrry long title
=======================================================
would be
This is a veeeeeeeeeeeeeeeeeeerrrrrrrrrrrrry
2007 Feb 16
2
cluster analysis under contiguity constraints with R ?
Hello,
I would like to know if there is a function in an R library that
allows to do cluster analysis under contiguity constraints ?
Thank you very much for your answer !
Lise Bellanger
--
Lise Bellanger,
Universit? de Nantes
D?partement de Math?matiques, Laboratoire Jean Leray UMR CNRS 6629
2, Rue de la Houssini?re BP 92208 - F-44322 Nantes Cedex 03
T?l. : (33|0) 2 51 12 59 00 (ou 43) - Fax : (33|0) 2 51 12 59 12
E-Mail : lise.bellanger at univ-nantes.fr
URL : http://www.math.sciences.univ-nantes.fr/
2007 Jun 15
0
registration density profiles : FDA
...uster analysis). But I do not know which function (if there exists
one) allows me to synchronize density profiles : could help me please ?
Thank you by advance
Best regards
Lise Bellanger
--
Lise Bellanger,
Universit? de Nantes
D?partement de Math?matiques, Laboratoire Jean Leray UMR CNRS 6629
2, Rue de la Houssini?re BP 92208 - F-44322 Nantes Cedex 03
T?l. : (33|0) 2 51 12 59 00 (ou 43) - Fax : (33|0) 2 51 12 59 12
E-Mail : lise.bellanger at univ-nantes.fr
URL : http://www.math.sciences.univ-nantes.fr/
2010 Jul 23
0
Vim folds
Hi,
I'm maintaining markdown files using vim, and some of them are becoming
quite large. I'm looking for a vim plugin to fold the files according to
their H1-H6 markers (I'm using === and --- for h1 and h2). Do you know
any script to do that?
Best,
Alexandre Leray
2011 Aug 03
1
edit in place - splitting a markdown text according to headers
Hi,
I'd like to implement an edit-in-place functionnality for a (python)
markdown-based wiki. Does anyone know how I could proceed?
I was thinking I could split the markdown file according to h1 headers...
Thanks,
Alex
2013 Feb 13
1
R CMD in batch mode/trycatch() keeps hold on resources
HI all,
I am using R (version 2.13.1) in batch mode on a server and I use
trycatch() to handle the exceptions.
When the code run without any exceptions, everything goes fine, however as
soon as trycatch handle an error, my code works fine but R keeps hold on
the folder after quiting.
Therefore when I try to delete the folder it cannot...
do you have any idea of which function can be the
2012 Jun 07
1
graphic problems with special characters
Hi,
I am actually working on some auto-routine to import XML file, run some
analysis on them and create graph as jpeg. The files are in different
language french/english/danish even chinese. At the moment I'm focusing on
the European language. I import them using the XML package and specify
encoding="UTF-8" which seems to work pretty well when I write the text in
the console, the
2011 Sep 22
1
computation of header ids
Hi,
I'm using the header id extension from markdown extra and in my
perception it gets wrong when I use attributes on headers, for instance:
>>> md = markdown.Markdown(['extra'])
>>> md.convert('# My header {@class=red}')
u'<h1 class="red" id="my_header_classred_1">My header </h1>'
I would have expected:
2009 Jun 25
3
exportation of xml file from R
Hello everybody,
I have programed a function to translate the R object structure into a XML
data structure but I haven't found a function in the XML package to export
this data in an XML file!
my data look like that:
<Factor>Assessor:codec</Factor>
<Sum Sq> 33.98159</Sum Sq>
<Df> 28</Df>
<F value> 6.510894</F value>
2009 Oct 06
2
save wmf with a batch file
Hi R users,
I'm working on a autoreporting with the batch mode of R: I would like to
save the graphs produced in wmf or emf. the problem is, it's working well
with the R gui because we print on the screen the graph devices but not with
the batch. I have used the function dev.print after encounter problem with
win.metafile.
Thanks
Guillaume
[[alternative HTML version deleted]]
2010 Nov 17
0
xYplot Hmisc with CI shifting between groups
Hi all,
I am trying to do this type of graph (code taken from the example of xYplot
help).
dfr <- expand.grid(month=1:12, continent=c('Europe','USA'),
sex=c('female','male'))
set.seed(1)
dfr <- upData(dfr,
y=month/10 + 1*(sex=='female') + 2*(continent=='Europe') +
runif(48,-.15,.15),
lower=y -