Skip to content
Snippets Groups Projects
Select Git revision
  • db696c81cd6778d76addce776489c1ef2ea9a2e9
  • master default protected
  • Cover
  • NoSign
  • Bootstrap
  • leftover
6 results

session.R

  • Code owners
    Assign users and groups as approvers for specific file changes. Learn more.
    session.R 634 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 <- 2
    ncores <- 1
    chunkn <- 3*ncores
    combinations <- "sequential"
    start.round <- 6
    relax.round <- 6
    
    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)