gvmapConfig: Read config file of gvmap

Description Usage Arguments Examples

Description

This function is used to check basic parameter in config file. If a basic paramter in map_config is missing, the program will stop. eg. map_config, heatmap_num, legend_num If a basic paramter in color_config is missing, it will use default color theme.

Usage

1
gvmapConfig(config_file)

Arguments

config_file

character or list, the config file you input

Examples

1
2
config_file <- system.file('extdata', 'config.sig.yaml', package = 'gvmap')
gvmap_config <- gvmapConfig(config_file)

jinyancool/gvmap documentation built on June 14, 2019, 12:04 a.m.