Skip to content

plotting error #3

@willgearty

Description

@willgearty
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).

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions