search for: soetaert

Displaying 18 results from an estimated 18 matches for "soetaert".

2005 Nov 14
1
(no subject)
...bian is 100*100. In the original package LSODA it is possible to specify that the jacobian is banded, which makes its inversion very efficient. However, this feature seems to have been removed in the R version. Is there a way to overcome this limitation? Thanks dr. Karline Soetaert NIOO - CEME PO box 140 4400 AC Yerseke the Netherlands Phone: ++ 31 113 577487 fax: ++ 31 113 573616 e-mail: k.Soetaert@nioo.knaw.nl [[alternative HTML version deleted]]
2017 Jun 21
0
customizing color key with plot3D
...t, to do these kinds of composite plots. R is my preferred tool and it is great to finally be able to do these at "home". Thanks, Scott Waichler scott.waichler at pnnl.gov Pacific Northwest National Laboratory Richland, Washington, USA > -----Original Message----- > From: Karline Soetaert [mailto:Karline.Soetaert at nioz.nl] > Sent: Wednesday, June 21, 2017 4:16 AM > To: Waichler, Scott R > Subject: RE: customizing color key with plot3D > > There is an example in the colkey help file: > > example(colkey) > > will show it ( working on the iris dataset) &...
2009 Jul 02
1
diagram package treearrow help
Hi, I would like to write text on top of an arrow.How can I do this? -- Rajesh.J [[alternative HTML version deleted]]
2009 Jun 29
0
new version of package deSolve on CRAN
...directly (see package vignette "Writing Code in Compiled Language"). - new function ode.3d that supplements the already existing ode.1d and ode.2d, - new function "diagnostics", - many small improvements, especially of the documentation. Have fun! Thomas Petzoldt, Karline Soetaert, Woodrow Setzer _______________________________________________ R-packages mailing list R-packages at r-project.org https://stat.ethz.ch/mailman/listinfo/r-packages
2009 Jun 29
0
new version of package deSolve on CRAN
...directly (see package vignette "Writing Code in Compiled Language"). - new function ode.3d that supplements the already existing ode.1d and ode.2d, - new function "diagnostics", - many small improvements, especially of the documentation. Have fun! Thomas Petzoldt, Karline Soetaert, Woodrow Setzer _______________________________________________ R-packages mailing list R-packages at r-project.org https://stat.ethz.ch/mailman/listinfo/r-packages
2012 Aug 15
0
question concerning par("plt") and par("mar")
...uot;mar")) as far as I can see, this only sets (in R-source-code par.c) the variable defaultPlot equal to TRUE. This seems to work, as now par("plt") is calculated when changing the layout. I wonder if this is a good way to do this - does it have other side-effects? Thanks, Karline Soetaert [[alternative HTML version deleted]]
2013 Sep 29
0
useR! 2014: call for tutorial proposals
...mission will be available in due course). Prior to the conference, there will be tutorials on R (proposals for tutorials should be sent before January 5, 2014, as described below). CONFIRMED INVITED SPEAKERS John Chambers, David Diez, Dirk Eddelbuettel, Jan de Leeuw, Martin M?chler, Karline Soetaert USER-CONTRIBUTED SESSIONS The conference will feature both talks and posters illustrating the use of R in practice. Contributions are welcome that introduce recent developments in the R Project (including CRAN packages), demonstrate applications of R in areas of current interest, or otherwise eng...
2014 Sep 02
0
unexpected behavior of <<- in nlm (lazy?)
...functions of other packages like nls.lm from minpack.lm and even nlm in base, while some other functions worked as expected. See example below. The symptom is that super assignments (<<-) of unmodified variables lead to "references" instead of copies. Thomas Petzoldt and Karline Soetaert ## ---------------------------------------------------------- ## Unexpected behavior: # R version 3.1.0 (2014-04-10) -- "Spring Dance" # Platform: x86_64-redhat-linux-gnu (64-bit) # ## AND # # R version 3.1.1 (2014-07-10) -- "Sock it to Me" # Platform: x86_64-w64-mingw32/x64...
2012 Jul 12
5
Taller: Iniciación a los gráficos estadísticos con R
Se podrá seguir el taller en la red a través de videoconferencia. Objetivos del Taller: La elaboración de gráficos de calidad y, en su caso, destinados a la publicación requiere una reflexión sobre los métodos, tipos y soluciones que pueden emplearse desde R. En este taller discutiremos los aspectos relacionados con los procedimientos para realizar gráficos de
2010 Apr 06
1
estimating the starting value within a ODE using nls and lsoda
All- I am interested in estimating a parameter that is the starting value for an ODE model. That is, in the typical combined fitting procedure using nls and lsoda (alternatively rk4), I first defined the ODE model: minmod <- function(t, y, parms) { G <- y[1] X <- y[2] with(as.list(parms),{ I_t <- approx(time, I.input, t)$y dG <- -1*(p1 + X)*G +p1*G_b dX <-
2012 Apr 15
6
CRAN (and crantastic) updates this week
CRAN (and crantastic) updates this week New packages ------------ * disclapmix (0.1) Maintainer: Mikkel Meyer Andersen Author(s): Mikkel Meyer Andersen and Poul Svante Eriksen License: GPL-2 http://crantastic.org/packages/disclapmix disclapmix makes inference in a mixture of Discrete Laplace distributions using the EM algorithm. * EstSimPDMP (1.1) Maintainer: Unknown Author(s):
2013 Nov 19
4
r Y MATLAB
Gracias a todos, lo que sucede es que nos visitará un colombiano matemático experto en ecuaciones diferenciales y tiene todo su expertise en matlab lo que haríamos ahora es llevar directamente las fórmulas matemáticas a R, Muchas gracias a todos -----Mensaje original----- De: r-help-es-bounces en r-project.org [mailto:r-help-es-bounces en r-project.org] En nombre de Isidro Hidalgo Enviado el:
2009 Aug 24
6
CRAN (and crantastic) updates this week
CRAN (and crantastic) updates this week New packages ------------ Updated packages ---------------- New reviews ----------- This email provided as a service for the R community by http://crantastic.org. Like it? Hate it? Please let us know: cranatic at gmail.com.
2009 Oct 26
0
R 2.9.0 is released
...d to, and as in S. o arrows() and segments() allow one of x1 or y1 to be omitted to simplify the specification of vertical or horizontal lines (suggestion of Tim Hesterberg). o approxfun() is faster by avoiding repeated NA checks (diagnosis and patch by Karline Soetaert & Thomas Petzoldt). o There are the beginnings of a Nynorsk translation by Karl Ove Hufthammer. o stripchart() allows par 'bg' to be passed in for the background colour for pch = 21 (wish of PR#13984). o New generic function .DollarNames() to enable...
2009 Oct 26
0
R 2.9.0 is released
...d to, and as in S. o arrows() and segments() allow one of x1 or y1 to be omitted to simplify the specification of vertical or horizontal lines (suggestion of Tim Hesterberg). o approxfun() is faster by avoiding repeated NA checks (diagnosis and patch by Karline Soetaert & Thomas Petzoldt). o There are the beginnings of a Nynorsk translation by Karl Ove Hufthammer. o stripchart() allows par 'bg' to be passed in for the background colour for pch = 21 (wish of PR#13984). o New generic function .DollarNames() to enable...
2009 Oct 26
0
R 2.10.0 is released
...d to, and as in S. o arrows() and segments() allow one of x1 or y1 to be omitted to simplify the specification of vertical or horizontal lines (suggestion of Tim Hesterberg). o approxfun() is faster by avoiding repeated NA checks (diagnosis and patch by Karline Soetaert & Thomas Petzoldt). o There are the beginnings of a Nynorsk translation by Karl Ove Hufthammer. o stripchart() allows par 'bg' to be passed in for the background colour for pch = 21 (wish of PR#13984). o New generic function .DollarNames() to enable...
2009 Oct 26
0
R 2.10.0 is released
...d to, and as in S. o arrows() and segments() allow one of x1 or y1 to be omitted to simplify the specification of vertical or horizontal lines (suggestion of Tim Hesterberg). o approxfun() is faster by avoiding repeated NA checks (diagnosis and patch by Karline Soetaert & Thomas Petzoldt). o There are the beginnings of a Nynorsk translation by Karl Ove Hufthammer. o stripchart() allows par 'bg' to be passed in for the background colour for pch = 21 (wish of PR#13984). o New generic function .DollarNames() to enable...
2011 Oct 03
0
deSolve - Function daspk on DAE system - Error (Vince)
Vince, When that happens, one possible reason is that your DAE is of index > 1, which cannot be solved by daspk. The solver radau, also from deSolve can handle DAEs up to index 3, but you need to rewrite the problem in the form M*y' = f(x,y), where M is a mass matrix. If you do that for your problem, and solve it with radau, then radau complains that the "matrix is repeatedly