Skip to content

Instantly share code, notes, and snippets.

View valentinitnelav's full-sized avatar
🏠
Working from home

Valentin Ștefan valentinitnelav

🏠
Working from home
View GitHub Profile
@valentinitnelav
valentinitnelav / IslandAssembly_todolist.md
Created January 10, 2017 16:40 — forked from dylancraven/IslandAssembly_todolist.md
To-do list for Island forest assembly project
  • 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)
@dylancraven
dylancraven / IslandAssembly_todolist.md
Last active January 19, 2017 05:52
To-do list for Island forest assembly project
  • 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)
@PurpleBooth
PurpleBooth / README-Template.md
Last active May 9, 2024 19:52
A template to make good README.md

Project Title

One Paragraph of project description goes here

Getting Started

These instructions will get you a copy of the project up and running on your local machine for development and testing purposes. See deployment for notes on how to deploy the project on a live system.

Prerequisites

@low-decarie
low-decarie / anonym
Created May 5, 2012 03:48
anonymize a data.frame
#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){