search for: df_xyll

Displaying 1 result from an estimated 1 matches for "df_xyll".

2010 Dec 16
1
Is there a join() function in R ? OR: simulating "Combining ggplot2 and Google Maps" by David Kahle
...and want to learn how to do this by first simulating David's results and then working it through line by line to make sure I understand what every line of code does and then applying it to my own data. When I run the code however, it breaks on the following line: df <- suppressMessages(join(df_xyll, m_map, type = 'right')) I do not seem to have the join() function. This looks almost SQLish. I have tried ??join and looking on CRAN and a google search but I cannot find this function. Is there a special library that one has to install for this to work? Can anyone help please. Best rega...