Displaying 10 results from an estimated 10 matches for "fghhihb".
2003 Mar 04
0
implementing ecological models in R
...to work together with
me on an English version in the future. It is work in progress, so
please excuse typos and mistakes (some PDF errors are already known).
On the other hand, I would be very glad about remarks and constructive
criticism.
The tutorial can be found on
http://www.tu-dresden.de/fghhihb/petzoldt/zeugs.html
together with an absolutely preliminary version of an accompanying
library (the name simecol may be changed soon).
Thank you for your feedback!
Many thanks to all the people who are making the R-project possible!
Thomas
--
Thomas Petzoldt Tel. +49-351-4...
2001 Mar 15
1
supressing linefeed at end of file
...ly"
solution? Otherwise I should write a special C program.
Thanks in advance!
Thomas Petzoldt
--
Dr. Thomas Petzoldt
Dresden University of Technology
Institute for Hydrobiology
01062 Dresden
mailto:petzoldt at rcs.urz.tu-dresden.de
http://www.tu-dresden.de/fghhihb/
-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-
r-help mailing list -- Read http://www.ci.tuwien.ac.at/~hornik/R/R-FAQ.html
Send "info", "help", or "[un]subscribe"
(in the "body", not the subject !) To: r-help-request at stat...
2000 Dec 18
2
Segmentation fault with expression on linux
...a))) # o.k.
readline("press return")
text(0.5,0.5,expression(y == e^-frac(x,sigma))) #segmentation fault
#----------------------------------------
Any idea?
Thank you very much!
Thomas Petzoldt
--
Dresden University of Technology
Institute of Hydrobiology
http://www.tu-dresden.de/fghhihb/
mailto:petzoldt at rcs.urz.tu-dresden.de
-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-
r-help mailing list -- Read http://www.ci.tuwien.ac.at/~hornik/R/R-FAQ.html
Send "info", "help", or "[un]subscribe"
(in the "body", not t...
2001 Feb 05
1
get vector data from contour
...tract contour lines as x-y-polygon from a
grid without hacking plot3d.c?
Thank you in advance!
Thomas P.
--
Thomas Petzoldt
Dresden University of Technology
Institute for Hydrobiology
mailto:petzoldt at rcs.urz.tu-dresden.de
01062 Dresden http://www.tu-dresden.de/fghhihb/
-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-
r-help mailing list -- Read http://www.ci.tuwien.ac.at/~hornik/R/R-FAQ.html
Send "info", "help", or "[un]subscribe"
(in the "body", not the subject !) To: r-help-request at sta...
2003 Sep 08
2
R video
Hi
Does anybody know of any R packages under Windows to produce video files
from a sequence of R graphs -- e.g. in .wmv or avi format?
Thanks
David
2003 Sep 12
2
Getting greek letters in plot labels and title
Hi,
Does any one knows how to include greek letters in plot labels and plot
titles ?
Thanks a lot
paul
---
[[alternative HTML version deleted]]
2001 Mar 16
2
Clip contour or image
Hi,
I am almost new to R. Would any one show me (please include an example)
how to clip a contour or image figure so that I only see the image or
lines inside a selected area?
Thank you very much
Han
-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-
r-help mailing list -- Read http://www.ci.tuwien.ac.at/~hornik/R/R-FAQ.html
Send "info",
2004 Feb 24
4
Computing the mode
Hi all,
I think this question could be quite trivial, but I can?t find out the
solution... How can you compute the statistic "mode" of a sample, in
case it exists (as mode() returns the mode of an object)? I tried
help.search("mode") but I couldn't find a clue...
Any help would be much appreciated. Regards,
Aurora
2004 Feb 24
5
r: plots
hi all
i have another probably simple question.
I have three variables say x, y and z. x and y are quite large and z is
relative small.
how can one plot the three variables on the same graph with two separate
axis?
(one for x and y and the other for z)
e.g.
x<-c(101,110,150,167,120)
y<-c(120,135,175,95,200)
z<-c(0.001, 0.15, 0.6, 0.8, 1)
regards
Allan
2005 Jul 27
4
odesolve/lsoda differences on Windows and Mac
Hi -
I am getting different results when I run the numerical integrator
function lsoda (odesolve package) on a Mac and a PC. I am trying to
simulating a system of 10 ODE's with two exogenous pulsed inputs to the
system, and have had reasonably good success with many model parameter
sets. Under some parameter sets, however, the simulations fail on the
Mac (see error message below). The