Description Usage Arguments Details Value
Function to calculate individual connectivity based on one DisMELS model run.
1 2 3 4 |
ibmResTbl |
- name of DisMELS connectivity results file or resulting dataframe (can be NULL) |
cellsTbl |
- name of classified grid cells file or resulting dataframe (can be NULL) |
lhsTypeInfo |
- list object with life stage info |
spawningZones |
- vector of names of zones used as spawning areas in the IBM |
writeCSV |
- flag (T/F) to write output file |
outIndivs |
- csv filename for individual connectivity (start and end locations) |
If the ibmResTbl dataframe is NULL, the user can select the file using a
file dialog box.
If the cellsTbl dataframe is NULL, the user can select the file using a
file dialog box.
If the writeCSV flag is set, the inidividual connectivity data frame (dfrIC) is written to the file specified by 'outIndivs'.
dataframe of start and end locations for each individual in the model run
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.