Skip to content
Snippets Groups Projects
Code owners
Assign users and groups as approvers for specific file changes. Learn more.
session.R 635 B

species.path <- "_data/Mesobromion/species.out.10perc.txt"
traits.path  <- "_data/Mesobromion/traits.out.10perc.txt"
output  <- "_derived/Mesobromion/HIDDEN"
myfunction <- "get.corXY.bootstrap"
max.inter.t <- 7
chunk.i <- NA
nperm <- 99
ncores <- 8
chunkn <- 3*ncores
combinations <- "sequential"
start.round <- 2
relax.round <- 2

source("01b_MesobromionCluster.R")
#Mesobromion(species.path, traits.path, output, myfunction, max.inter.t, chunkn, chunk.i, nperm)
Mesobromion(species.path, traits.path, output, myfunction, 
            combinations, start.round, relax.round, max.inter.t, 
            chunkn, chunk.i, nperm, ncores)