multiple_hexLen_count_TIPC_cat: A wrapper function of 'count_TIPC_cat'

Description Usage Arguments

View source: R/multiple_hexLen_count_TIPC_cat.R

Description

A wrapper function to run count_TIPC_cat at various hexagonal lengths.

Usage

1
2
3
4
5
multiple_hexLen_count_TIPC_cat(
  root_dir = NULL,
  hex_len_range = NULL,
  hex_len_stepsize = 10
)

Arguments

root_dir

A directory path pointing to the parent directory of all the ouptput folders generated by tessellation at various hexagonal lengths.

hex_len_range

A vector of 2 integer number indicating the range of hexagonal length. If unspecified (NULL), all found result folders generated by tessellation will be processed.

hex_len_stepsize

An integer indicating the step size of hexagonal length. If unspecified (NULL), all found result folders generated by tessellation will be processed.


MPE-Lab/TIPC documentation built on Sept. 17, 2021, 6:33 p.m.