Skip to content

diallel analysis

4 messages · waqas shafqat, Rui Barradas, Kevin Wright

#
Hello,

Which package is it?
Maybe you need to install it. And after installing it, you need to load 
it in the R session. You do this with the following commands.


install.package(pkgname)  # do this only once

library(pkgname)  # do this every new R session


Hope this helps,

Rui Barradas

Em 14-07-2013 06:49, waqas shafqat escreveu:
#
Sorry,

It's the plural:

install.packages(pkgname)

Rui Barradas

Em 14-07-2013 11:20, Rui Barradas escreveu:
1 day later