Hello All, Although I have downloaded some libraries such as multivariate data analysis library (multiv) and ade4, their functions such as pca or reconst are not recognised. Should I install any thing else or use any instruction so that R could find the location of libraries? Thanks for your quick response, Haleh Yasrebi
On 28 Apr 2004 at 11:08, haleh.yasrebi wrote:> Hello All, > Although I have downloaded some libraries such as multivariate data > analysis library (multiv) and ade4, their functions such as pca orHi library(packagename) after you start R session see ?library Cheers Petr> reconst are not recognised. Should I install any thing else or use any > instruction so that R could find the location of libraries? > > Thanks for your quick response, > > Haleh Yasrebi > > ______________________________________________ > R-help at stat.math.ethz.ch mailing list > https://www.stat.math.ethz.ch/mailman/listinfo/r-help > PLEASE do read the posting guide! > http://www.R-project.org/posting-guide.htmlPetr Pikal petr.pikal at precheza.cz
>>>>> "haleh" == haleh yasrebi <haleh.yasrebi at unn.ac.uk> >>>>> on Wed, 28 Apr 2004 11:08:00 +0100 writes:haleh> Hello All, Although I have downloaded some libraries haleh> such as multivariate data analysis library (multiv) haleh> and ade4, their functions such as pca or reconst are haleh> not recognised. Should I install any thing else or haleh> use any instruction so that R could find the location haleh> of libraries? Petr has already helped you, so, ...., =========== please, Please, PLEASE, PLEASE, P_L_E_A_S_E , P L E A S E =========== -------------------------------------------- These are NOT 'libraries' but PACKAGES !!! -------------------------------------------- The packages are put into one or more libraries full of packages, which you see when typing library(). The first argument of the function library() is called >>>> package <<< phew..., thanks! Martin