Displaying 4 results from an estimated 4 matches for "wasserwirtschaft".
2004 Aug 24
7
Strange update problem 3.0.5->3.0.6 with XP-Clients
...have tested it with
Xp-Prof SP1 und SP2 (domain-login) and XP-Home (no domain login).
Any hints what I should do? (I am no samba expert - until now it just
worked)
(bugreport to debian is submitted, 3.0.6-2 did not solve the problem)
Thanks & Gruss
Georg
--
Georg Hoermann, Fachabteilung Wasserwirtschaft / Dep. Hydrology
Ecosystem Research Center, Kiel University, Germany
Tel. 0431-880-1207, Home: 0451/477032, 0172/4315715, Penguin #189476
2005 Feb 17
4
Getting *types* of arguments?
...h* variable/parameter types?
formals() gives me the names of the parameters, but says
nothing about the parameter type it expects (I know I can always use the
help function).
I would like somthing like
$x: vector or data.frame...
Thanks in advance...
Georg
--
Georg Hoermann, Fachabteilung Wasserwirtschaft / Dep. Hydrology
Ecosystem Research Center, Kiel University, Germany, Penguin #189476
Tel. 0431-880-1207, 0172/4315715, ICQ: 348340729, MSN: hlschorsch
2005 Feb 25
2
Teaching R in 40 minutes. What should be included?
If _you_ were asked to give a 40 minute dog and pony show about R for
a group of scientists ranging from physicists to geographers what
would you put in? These people want to know what R can do.
I'm thinking about something like:
A. Overview
B. data structures
C. arithmetic and manipulation
D. reading data
E. linear models using glm
F. graphics
G. programming
H. other tricks like rpart or
2012 Mar 25
2
avoiding for loops
I have data that looks like this:
> df1
group id
1 red A
2 red B
3 red C
4 blue D
5 blue E
6 blue F
I want a list of the groups containing vectors with the ids. I am
avoiding subset(), as it is
only recommended for interactive use. Here's what I have so far:
df1 <- data.frame(group=c("red", "red", "red", "blue",