New to the forum. Is there a way to search for functions within a particular library in R?
Lets say I would like a list of all the functions in the "graphics" library. How would do that?
If I want to find the specific documentation on the "plot" command I am having trouble finding the documentation when I used the help.search("plot"). It gives me all these other functions from different libraries. I just want to be able to find and narrow down the searches when I look for a particular function.