Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

plotting error #3

Open
willgearty opened this issue Jun 9, 2017 · 1 comment
Open

plotting error #3

willgearty opened this issue Jun 9, 2017 · 1 comment

Comments

@willgearty
Copy link

assign("shape", get("Cretaceous"))
plot(shape)

results in the following error:

Error in as.double(y) : 
  cannot coerce type 'S4' to vector of type 'double'

However, this works fine:

library(sp)
assign("shape", get("Cretaceous"))
plot(shape)

so it looks like the dependency isn't loaded properly (or at all).

@SaraVarela
Copy link
Member

thanks @willgearty! we will revise all this package soon. It is still not completely finished yet. If you want to help us in the developing of new functionalities, please, feel free to fork it and play :-)

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants