Closed soedr closed 6 years ago
Hi @soedr,
Thanks for testing the package. The clean
function is just a wrapper around fortify
and join
which I use to convert theSpatialPolygonsDataFrame
into something that can be used by ggplot2.
This process is discussed in more detail here. Is there any chance that you have other packages loaded that may have their own versions of join
or fortify
? For example, I believe this execution requires the plyr
version of join
and the function may be trying to use join from somewhere else?
(Trying plyr::join
may help and potentially ggplot2::fortify
since these functions also exist elsewhere).
Hi @sassalley, I just discovered that I missed your definition of clean()
in the first example while going through the second example. My bad and sorry for the reduntant issue.
@soedr no worries - thanks for engaging and trying out the package! I welcome any other thoughts.
Hi there,
Thank you for making this package available. Trying to run through the example and encounter the below:
Session info: