Displaying 16 results from an estimated 16 matches for "crouzet".
2023 Nov 18
1
Can someone please have a look at this query on stackoverflow?
...eply.
>
> Very cool.
>
> You know what I thought ? I thought you had modified the A4 sheet size
> to compute the paperheight and paperwidth ?
>
> I wonder if that's another way of proceeding.
>
> Best,
> Ashim
>
> On Sat, Nov 18, 2023 at 12:51?PM Olivier Crouzet
> <olivier.crouzet at univ-nantes.fr> wrote:
> >
> > Dear Ashim,
> >
> > these are documented in the LaTeX 'geometry' package (see for
> > example on CTAN: https://ctan.org/pkg/geometry). As I added in my
> > response on Stackoverflow, several pa...
2023 Nov 18
2
Can someone please have a look at this query on stackoverflow?
Dear Olivier,
Many thanks for your reply.
Very cool.
You know what I thought ? I thought you had modified the A4 sheet size
to compute the paperheight and paperwidth ?
I wonder if that's another way of proceeding.
Best,
Ashim
On Sat, Nov 18, 2023 at 12:51?PM Olivier Crouzet
<olivier.crouzet at univ-nantes.fr> wrote:
>
> Dear Ashim,
>
> these are documented in the LaTeX 'geometry' package (see for example
> on CTAN: https://ctan.org/pkg/geometry). As I added in my response on
> Stackoverflow, several parts in the RMarkdown header actuall...
2023 Nov 18
1
Can someone please have a look at this query on stackoverflow?
...for your reply.
>
> This works well for me.
>
> How did you come up with the pagewidth / pageheight numbers? I do
> understand that their ratio = 16:9,
> but how did you choose these numbers?
>
> Best Regards,
> Ashim
>
> On Fri, Nov 17, 2023 at 9:25?PM Olivier Crouzet
> <olivier.crouzet at univ-nantes.fr> wrote:
> >
> > Dear Ashim,
> >
> > I don't think the aspectratio is appropriate in this context because
> > it would imply that the beamer (LaTeX) class is used but you're
> > actually using the article (LaTe...
2023 Nov 18
1
Can someone please have a look at this query on stackoverflow?
Dear Olivier,
Many thanks for your reply.
This works well for me.
How did you come up with the pagewidth / pageheight numbers? I do
understand that their ratio = 16:9,
but how did you choose these numbers?
Best Regards,
Ashim
On Fri, Nov 17, 2023 at 9:25?PM Olivier Crouzet
<olivier.crouzet at univ-nantes.fr> wrote:
>
> Dear Ashim,
>
> I don't think the aspectratio is appropriate in this context because
> it would imply that the beamer (LaTeX) class is used but you're actually
> using the article (LaTeX) class.
>
> You may use spe...
2017 Oct 31
0
Scatterplot3d :: Rotating x tick labels by x degrees
...> R-help at r-project.org mailing list -- To UNSUBSCRIBE and more, see
> https://stat.ethz.ch/mailman/listinfo/r-help
> PLEASE do read the posting guide
> http://www.R-project.org/posting-guide.html and provide commented,
> minimal, self-contained, reproducible code.
--
Olivier Crouzet, PhD
/Assistant Professor/
@LLING - Laboratoire de Linguistique de Nantes
UMR6310 CNRS / Universit? de Nantes
/Guest Researcher/
@UMCG (University Medical Center Groningen)
ENT department
Rijksuniversiteit Groningen
2017 Oct 31
1
Scatterplot3d :: Rotating x tick labels by x degrees
> On Oct 31, 2017, at 8:55 AM, Olivier Crouzet <olivier.crouzet at univ-nantes.fr> wrote:
>
> Hi Alex,
>
> this should be related to the "las" argument of "par()" but
> actually it does not seem to be parametered in scatterplot3d.
> Searching the net for "scatterplot3d las" provides a link...
2018 Apr 19
0
Question
Hi,
I think he's talking about how much a statistical estimator is influenced by extreme datapoints, e.g.
https://en.m.wikipedia.org/wiki/Robust_statistics#Breakdown_point
Olivier
--
Olivier Crouzet
Assistant Professor
@LLING UMR6310 - Universit? de Nantes / CNRS
Guest Scientist
@UMCG - University Medical Center Groningen / RijksUniversiteit Groningen
> Le 19 avr. 2018 ? 11:00, Keith Jewell <Keith.Jewell at campdenbri.co.uk> a ?crit :
>
>> On 15/04/2018 17:26, Marc Girondo...
2023 Nov 17
1
Can someone please have a look at this query on stackoverflow?
...> R-help at r-project.org mailing list -- To UNSUBSCRIBE and more, see
> https://stat.ethz.ch/mailman/listinfo/r-help
> PLEASE do read the posting guide
> http://www.R-project.org/posting-guide.html and provide commented,
> minimal, self-contained, reproducible code.
--
Olivier Crouzet, PhD
http://olivier.ghostinthemachine.space
/Ma?tre de Conf?rences/
@LLING - Laboratoire de Linguistique de Nantes
UMR6310 CNRS / Universit? de Nantes
2017 Nov 01
0
Scatterplot3d :: Rotating x tick labels by x degrees
...brary. That being said, I plan on researching rgl as was recommended so kindly on a previous response to my question.
Regards, Alex
On Oct 31, 2017, at 4:13 PM, David Winsemius <dwinsemius at comcast.net<mailto:dwinsemius at comcast.net>> wrote:
On Oct 31, 2017, at 8:55 AM, Olivier Crouzet <olivier.crouzet at univ-nantes.fr<mailto:olivier.crouzet at univ-nantes.fr>> wrote:
Hi Alex,
this should be related to the "las" argument of "par()" but
actually it does not seem to be parametered in scatterplot3d.
Searching the net for "scatterplot3d las&quo...
2018 Apr 19
2
Question
On 15/04/2018 17:26, Marc Girondot via R-help wrote:
> 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 point" in R. Perhaps a
> "break down point" is common in your field, but I have no idea about
> what
2017 Oct 30
4
Scatterplot3d :: Rotating x tick labels by x degrees
Hi,
I would like to rotate the x axis tick labels by 45 degrees. Using the code below, could someone please provide an example? Many Thanks In Advance, Alex
library("scatterplot3d")
mydf=data.frame(rate=seq(158, 314)
,age=seq(1, 157)
,market_date=seq(as.Date("2000/1/1"), as.Date("2003/1/1"), by="7 days"))
2009 Oct 19
1
speech spectogram
Hi,
I need to plot a spectogram for a speech signal. Is there a package that can
do this?
--
Rajesh.J
[[alternative HTML version deleted]]
2010 Jan 04
2
spectrogram
Hi,
I need to plot spectrogram of a waveform.What package offers this?
--
Rajesh.J
[[alternative HTML version deleted]]
2023 Nov 14
2
Can someone please have a look at this query on stackoverflow?
Dear all,
I have posted a query which has received a response but that is not
working on my computer.
Here is the query:
https://stackoverflow.com/questions/77387434/pdf-from-rmarkdown-landscape-and-aspectratio-169
Can someone please help me ?
Best Regards,
Ashim
2023 May 02
5
Reg: Help regarding ggplot2
Dear All,
I have a dataset which contains date and 12 other countries data. I
have extracted the data as xts object.
I am not able to recall all the series in the Y axis. My data set
looks like this
index crepub finland france germany italy netherlands norway poland
<date> <dbl> <dbl> <dbl> <dbl> <dbl> <dbl> <dbl>
2017 Jul 18
4
Creating/Reading a complex string in R
Thanks for your pointer.
Is there any way in R how to replace " ' " with " /' " programmatically?
My actual string is quite lengthy, so changing it manually may not be
possible. I am aware of gsub() function, however not sure I can apply
it directly on my original string.
Regards,
On Tue, Jul 18, 2017 at 10:27 PM, John McKown
<john.archie.mckown at gmail.com>