[R] package kinship - %*%

2005-11-29 Thread svenknueppel
Hello,
I like to use the package kinship (R version 2.2.0). After loading
this package the operator %*% doesn't work.

Example:
R library(kinship)
R a - cbind(1:2,rnorm(2))
R a%*%a
Error message:
Fehler in a %*% a : keine anwendbare Methode für %*%

The Message in English: Error in a %*% a: no applicable message for
%*%.

What can I do?

Thank you.
Sven Knüppel (Germany - Berlin)

__
R-help@stat.math.ethz.ch mailing list
https://stat.ethz.ch/mailman/listinfo/r-help
PLEASE do read the posting guide! http://www.R-project.org/posting-guide.html

[R] How define global Variable?

2005-11-28 Thread svenknueppel
Hello,

I try to define a global variable.

My example:

R a - old
R test - function () { a - new }
R test()
R a # shoud be new

This doesn't work. I would like to modify the variable a in a
procedure. How can I do that.

Thank you for helping.

Sven Knüppel (Germany-Berlin)

__
R-help@stat.math.ethz.ch mailing list
https://stat.ethz.ch/mailman/listinfo/r-help
PLEASE do read the posting guide! http://www.R-project.org/posting-guide.html

[R] plot and legend

2005-08-19 Thread svenknueppel
Hello,

I would like make a plot with a legend. How can I take the legend
outside of the plot frame?

Greetings, Sven Knüppel (Berlin, Germany)

__
R-help@stat.math.ethz.ch mailing list
https://stat.ethz.ch/mailman/listinfo/r-help
PLEASE do read the posting guide! http://www.R-project.org/posting-guide.html