Hi all,
I'm trying to use the function "convUL" from the Package PBSmapping but i get i
weird error with my data but also with the example in the convUL's help.
Here is the example script with the error message:
data(nepacLL, package="PBSmapping")
#--- set the zone attribute
#--- use a zone that is most central to the mapped region
attr(nepacLL, "zone") <- 6
#--- convert and plot the result
nepacUTM <- convUL(nepacLL)
Error in .C("convUL", inXY = as.double(inXY), inVerts = as.integer(inVerts), :
C symbol name "convUL" not in DLL for package "PBSmapping"
someone can help me?
Thanks
[[alternative HTML version deleted]]
______________________________________________
[email protected] mailing list
https://stat.ethz.ch/mailman/listinfo/r-help
PLEASE do read the posting guide http://www.R-project.org/posting-guide.html
and provide commented, minimal, self-contained, reproducible code.