This is exactly what I need. Thanks a lot!
Best,
Wendy
On Wed, Jun 6, 2012 at 11:38 AM, R. Michael Weylandt <
michael.weyla...@gmail.com> wrote:
> Take a look at the identify() function.
>
> Best,
> Michael
>
> On Wed, Jun 6, 2012 at 11:23 AM, Wendy Han wrote:
> >
Hi all,
I have drawn a curve in R and observed some interesting values, I wonder if
there is any method to mark certain values on this curve, so that I
can manually choose the point and know the exact value of this point
simultaneously? I appreciate your suggestions and advice!
Thanks a lot!
Wend
Dear all,
I want to let R automatically download available files from a website in
certain folders. Since the files I need, if exist, are in a certain
directory, I used download.file() function with a predesigned directory.
However, some of the folders do not have the file I want. When this occu
On Mon, Jul 19, 2010 at 9:09 AM, Wendy Han wrote:
> Hi,
>
> Excuse me for asking this silly question. But I really couldn't understand
> why cov() and ccov() don't work for my calculation of covariance matrix.
>
> a <- matrix(1:8, 2, 4)
> a
> [,1] [,2]
Hi,
Excuse me for asking this silly question. But I really couldn't understand
why cov() and ccov() don't work for my calculation of covariance matrix.
a <- matrix(1:8, 2, 4)
a
[,1] [,2] [,3] [,4]
[1,]1357
[2,]2468
> ccov(a)
Error in solve.default(cov, ...) :
5 matches
Mail list logo