- 1) Environmental data: MAT, MAP, Temp Seasonality, Precip Seasonality, Elevation, PET
- 2) Distances between plots (Priority Level 1)
- 3) Area + Perimeter of islands (P/A ratio) (Priority Level 3)
- 4) Anthropogenic disturbance (road density, change in land cover, human population density) (Priority Level 2)
- 5) Isolation metrics for islands (Priority Level 3)
- 6) Hawaii only: substrate age (Priority Level 1)
- 1) Environmental data: MAT, MAP, Temp Seasonality, Precip Seasonality, Elevation, PET
- 2) Distances between plots (Priority Level 1)
- 3) Area + Perimeter of islands (P/A ratio) (Priority Level 3)
- 4) Anthropogenic disturbance (road density, change in land cover, human population density) (Priority Level 1)
- global human footprint index - 5) Isolation metrics for islands (Priority Level 3)
- 6) Hawaii only: substrate age (Priority Level 1)
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
#http://stackoverflow.com/questions/10454973/how-to-create-example-data-set-from-private-data-replacing-variable-names-and-l/10458688#10458688 | |
anonym<-function(df){ | |
if(length(df)>26){ | |
LETTERS<-replicate(floor(length(df)/26),{LETTERS<-c(LETTERS, paste(LETTERS, LETTERS, sep=""))}) | |
} | |
names(df)<-paste(LETTERS[1:length(df)]) | |
level.id.df<-function(df){ | |
level.id<-function(i){ |