Displaying 6 results from an estimated 6 matches for "mastropi".
Did you mean:
martroi
2002 Jul 17
1
Output and history
> From: Peter Dalgaard BSA [mailto:p.dalgaard at biostat.ku.dk]
>
> Daniel Mastropietro <mastropi at uwalumni.com> writes:
>
> > Hello,
> >
> > I have the following two questions, rergarding:
> >
> > (Output)
> > 1) Is it possible to have the output of a command automatically
> > displayed, without explicitly requesting it afte...
2002 May 28
2
problems with rcmd check
Hello,
I have developed a R package. When I pass it through the rcmd check command
(windows 98) to see if it is ok, everything works fine until there is a
call to the program "sh.exe". It seems that rcmd calls it with the
option --c, but it doesn't seem to be a legal option. After that, when rcmd
tries to create a directory inside the "package_name.Rcheck" directory there
2002 Sep 01
2
Converting the columns of a data frame to numeric
...s an easier way.
My way is:
M <- matrix(ncol=ncol(df) , nrow=nrow(df) , as.numeric(as.matrix(df)))
where 'df' is the data frame.
I am wondering if there is a function, similar to as.numeric(), that
converts each column of the matrix 'as.matrix(df)' to numeric.
Thanks
Daniel Mastropietro
-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-
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...
2002 Jun 19
4
drawing ellipses
Hello again,
First I want to thank all the people who answered my question about line
width in graphs. I promise I will learn the 'par' help page by heart for
the end of the month !
I now want to trace some ellipses to emphasize groups of data. I found how
to trace circles with 'symbols()', but no ellipse. I'm planning on writing
my own function based on
2002 Jul 09
3
Assignment converts variable to factor
...n var2 with a variable
whose value is "var2" (e.g. dat[,col2] <- dat$var1, where col2 = "var2").
It is easier and more clear to use the [] operator to reference a data
frame column with a variable, rather than using the $ operator with the
parse() function.
Thanks
Daniel Mastropietro
-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-
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 a...
2002 May 21
6
Point labels
Hello,
Is there an option I can easily set to put labels next to the points in a
simple plot?
The closest I got to it was to use the option pch, but this replaces the
point symbol with the character specified, and it is not what I want.
Thanks
-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-
r-help mailing list -- Read