Skip to content

Instantly share code, notes, and snippets.

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

Val. Lucet VLucet

🏠
Working from home
View GitHub Profile
@VLucet
VLucet / custom_rda_and_plot.R
Last active December 13, 2020 19:44
Custom RDA plotting function for sums of rows issues
custom_rda_and_plot <- function(spe_data, veg_data, adj_val=1.04){
# RDA part
my_rda <-
rda(formula = as.data.frame(spe_data) ~ .,
data = as.data.frame(veg_data))
my_rda_2 <-
rda(formula = as.data.frame(spe_data) ~ .,
data = as.data.frame(veg_data[,c(2:ncol(veg_data),1)]))
root@504f207fc315:/home/rstudio/land_con_monteregie# julia
_
_ _ _(_)_ | Documentation: https://docs.julialang.org
(_) | (_) (_) |
_ _ _| |_ __ _ | Type "?" for help, "]?" for Pkg help.
| | | | | | |/ _` | |
| | |_| | | | (_| | | Version 1.4.2 (2020-05-23)
_/ |\__'_|_|_|\__'_| | Official https://julialang.org/ release
|__/ |
ubuntu@compute1:/mnt/val/test$ ../julia-1.4.2/bin/julia
_
_ _ _(_)_ | Documentation: https://docs.julialang.org
(_) | (_) (_) |
_ _ _| |_ __ _ | Type "?" for help, "]?" for Pkg help.
| | | | | | |/ _` | |
| | |_| | | | (_| | | Version 1.4.2 (2020-05-23)
_/ |\__'_|_|_|\__'_| | Official https://julialang.org/ release
|__/ |
ubuntu@compute1:/mnt/val/test$ ../julia-1.4.2/bin/julia
_
_ _ _(_)_ | Documentation: https://docs.julialang.org
(_) | (_) (_) |
_ _ _| |_ __ _ | Type "?" for help, "]?" for Pkg help.
| | | | | | |/ _` | |
| | |_| | | | (_| | | Version 1.4.2 (2020-05-23)
_/ |\__'_|_|_|\__'_| | Official https://julialang.org/ release
|__/ |
@VLucet
VLucet / .bash_profile
Created April 17, 2019 17:07 — forked from natelandau/.bash_profile
Mac OSX Bash Profile
# ---------------------------------------------------------------------------
#
# Description: This file holds all my BASH configurations and aliases
#
# Sections:
# 1. Environment Configuration
# 2. Make Terminal Better (remapping defaults and adding functionality)
# 3. File and Folder Management
# 4. Searching
# 5. Process Management