Hi R support team, I downloaded R from the Internet and tried to use the grid GUI package but it seems like the graphical functions can't be found. I did a quick search() and despite the presence of the grid and lattice packages in my R folder, it doesn't seem to be there either. Any help would be appreciated. Thank you and kind regards Abhai [[alternative HTML version deleted]]
?library You have to load the packages into your workspace to use them. If I am correct in this guess, then you need to spend some time with an R tutorial or two before doing anything further. If I am incorrect, then it may help if you provide the output of sessionInfo(). Bert Gunter "The trouble with having an open mind is that people keep coming along and sticking things into it." -- Opus (aka Berkeley Breathed in his "Bloom County" comic strip ) On Mon, Jul 27, 2020 at 1:53 PM Abhai Sawkar <abhai.sawkar at gmail.com> wrote:> Hi R support team, > > I downloaded R from the Internet and tried to use the grid GUI package but > it seems like the graphical functions can't be found. > > I did a quick search() and despite the presence of the grid and lattice > packages in my R folder, it doesn't seem to be there either. > > Any help would be appreciated. > > Thank you and kind regards > Abhai > > [[alternative HTML version deleted]] > > ______________________________________________ > R-help at r-project.org mailing list -- To UNSUBSCRIBE and more, see > https://stat.ethz.ch/mailman/listinfo/r-help > PLEASE do read the posting guide > http://www.R-project.org/posting-guide.html > and provide commented, minimal, self-contained, reproducible code. >[[alternative HTML version deleted]]
On Mon, 27 Jul 2020 10:12:33 -0700 Abhai Sawkar <abhai.sawkar at gmail.com> wrote: It might help if you provided an example of what happens when you invoke one of the routines. As it stands, this could be due to several different causes. JWdougherty> Hi R support team, > > I downloaded R from the Internet and tried to use the grid GUI > package but it seems like the graphical functions can't be found. > > I did a quick search() and despite the presence of the grid and > lattice packages in my R folder, it doesn't seem to be there either. > > Any help would be appreciated. > > Thank you and kind regards > Abhai > > [[alternative HTML version deleted]] > > ______________________________________________ > R-help at r-project.org mailing list -- To UNSUBSCRIBE and more, see > https://stat.ethz.ch/mailman/listinfo/r-help > PLEASE do read the posting guide > http://www.R-project.org/posting-guide.html and provide commented, > minimal, self-contained, reproducible code.
BTW Abhai: In case you did not understand, R-Help is **not** an official support service. It is entirely a volunteer effort, and there is **no guarantee that you will receive any reply** NOR that replies are correct or even helpful (although they usually are). One can considerably enhance the probability of receiving a helpful reply by reading and following the posting guide linked below. As I said earlier, posting the result of sessionInfo() would be useful if you have not already solved your problem. Bert Gunter "The trouble with having an open mind is that people keep coming along and sticking things into it." -- Opus (aka Berkeley Breathed in his "Bloom County" comic strip ) On Mon, Jul 27, 2020 at 5:14 PM John via R-help <r-help at r-project.org> wrote:> On Mon, 27 Jul 2020 10:12:33 -0700 > Abhai Sawkar <abhai.sawkar at gmail.com> wrote: > > It might help if you provided an example of what happens when you > invoke one of the routines. As it stands, this could be due to several > different causes. > > JWdougherty > > > Hi R support team, > > > > I downloaded R from the Internet and tried to use the grid GUI > > package but it seems like the graphical functions can't be found. > > > > I did a quick search() and despite the presence of the grid and > > lattice packages in my R folder, it doesn't seem to be there either. > > > > Any help would be appreciated. > > > > Thank you and kind regards > > Abhai > > > > [[alternative HTML version deleted]] > > > > ______________________________________________ > > R-help at r-project.org mailing list -- To UNSUBSCRIBE and more, see > > https://stat.ethz.ch/mailman/listinfo/r-help > > PLEASE do read the posting guide > > http://www.R-project.org/posting-guide.html and provide commented, > > minimal, self-contained, reproducible code. > > ______________________________________________ > R-help at r-project.org mailing list -- To UNSUBSCRIBE and more, see > https://stat.ethz.ch/mailman/listinfo/r-help > PLEASE do read the posting guide > http://www.R-project.org/posting-guide.html > and provide commented, minimal, self-contained, reproducible code. >[[alternative HTML version deleted]]