Commit aa26bfd6 authored by Georges Kunstler's avatar Georges Kunstler
Browse files

read US and CANADA data

No related merge requests found
Showing with 7 additions and 0 deletions
+7 -0
###########################################
###########################################
########## READ US FIA data from Mark
data.fia <- read.csv("FIA51_trees_w_supp.csv",header=TRUE,stringsAsFactors=FALSE)
head(data.fia)
plot(data.fia[["Lon"]],data.fia[["Lat"]],cex=0.3,pty="s")
Supports Markdown
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment