[R] Question
Rich Shepard
r@hep@rd @ending from @ppl-eco@y@@com
Tue Jan 8 18:50:08 CET 2019
On Tue, 8 Jan 2019, S. Mahmoud Nasrollahi wrote:
> I have got a problem during working with some package in R and in spite of
> trying with R help, internet and any other resources I could not succeed.
> Indeed when I what to install some function like bwplot, boxplot, xyplot I
> receive this sort of messages: Warning in install.packages : package
> ‘xyplot’ is not available (for R version 3.5.2) Do you know how I can
> solve that?
Yep. Those plots are part of the lattice package. You can install lattice
(and latticeExtra if you want) with
> installpkg("lattice")
Happy plotting,
Rich
More information about the R-help
mailing list