Displaying 1 result from an estimated 1 matches for "hawaiii".
Did you mean:
hawaii
2009 Jan 10
1
Bubble plot on shapefile - projection issues?
...symbol.size=10
? min.symbol.size=1
? bubble.size <- (detects-min(detects))/((max(detects)+.0001)-min(detects))*(max.symbol.size-min.symbol.size)+min.symbol.size????? #Calculates bubble size as a range between min and max.? 0.0001 added to avoid division by zero if only one sample.
?
#Plot of all Hawaiii showing point data somewhere to the south.? Needs projcting?
plot(hawaii.coast,xlab="Longitude",ylab="Latitude",main="Kealakekua Bay")
addPoints(my.event, pch=19 ,col="red",cex=500)
?
?
?
#Plot of location where point data should be
plot(hawaii.coast,xlim=c(8...