Displaying 3 results from an estimated 3 matches for "msadam".
Did you mean:
madam
2001 Jul 04
1
.R Directory in Win ver 1.3.0 [forwarded]
[ Unfortunately,
yet another person (or rather Micro$oft Outlook configuration?),
sending mail to me, the list maintainer (owner-...),
rather than the mailing list... MM ]
From: "M. Shiham Adam" <msadam at soest.hawaii.edu>
To: <owner-r-help at stat.math.ethz.ch>
Subject: .R Directory in Win ver 1.3.0
Date: Tue, 3 Jul 2001 12:42:42 -1000
Dear R user,
I am a neophyte user of R
when I installed Windows version. R 1.3.0 an additional directory <.R> was
created which has only <...
2001 Jul 14
1
Secondary y-axis
Dear R Users,
I have been trying to add a secondary y-axis to an existing plot. I thought
this could be a trivial matter and have checked the Manual and Mailing List
Archive to see If I can find a solution.
It appears the suggested method by Uwe Ligges (fot from the Archive) did not
work. I am getting an error message saying the "Error in plot.new() : axis
style "d"
2004 Jun 14
1
Piecharts in a graph
Dear R-Community.
I am trying show pie charts on a graph. To be precise, I have series of
catch calues by species by geographic (5 deg by 5 deg) regions. I want
to draw circles (actually pie charts showing the proportion of the catch
in each area) so that I have a graph of catch by species by geographic
area!
I know there is the < symbols(dat$lon,dat$lat,circles = dat$sp1,
add=TRUE) > but