processConductance: processConductance convert files output from circuitscape...

Description Usage Arguments Value

View source: R/processConductance.R

Description

processConductance convert files output from circuitscape processing into a data table

Usage

1
2
3
processConductance(conductance.file, land.mask, split.quant = 0.75,
  file.identifier = "_dynamic", write.file = TRUE, return.dt = FALSE,
  return.data.vector = FALSE)

Arguments

conductance.file

file to be processed

land.mask

object to specify which values to be masked as "land"

split.quant

numeric value, at what fraction should the dataset be split?

file.identifier

character string identifying files

write.file

TRUE/FALSE should the file be written to disk?

return.dt

TRUE/FALSE should the output be converted to a data.table?

return.data.vector

TRUE/FALSE should the output be returned as a vector?

Value

none


rossholmberg/pkgButterfly documentation built on May 27, 2019, 11:36 p.m.