getTemplatePlotConfig: Generate a template plot configuration based on marker...

Description Usage Arguments Value

View source: R/process_meta.R

Description

Given either a marker configuration in list format, or a configuration file in YAML format, create a template plot configuration to be modified manually by user for plotting

Usage

1
getTemplatePlotConfig(markerConfig, writeYAML = TRUE, outDir = getwd())

Arguments

markerConfig

marker configuration in nested list format (most likely previously-read from a YAML file); if NULL, user must provide a marker config file in YAML format; default=NULL

writeYAML

logical indicating whether to write configuration to file; default=TRUE

outDir

directory where YAML file should be written; default=getwd()

markerConfigFile

marker configuration YAML file; if NULL, user must provide configuration in list format; default=NULL

Value

all plot information and default plot configuration values


caitlinjones/halo documentation built on May 7, 2019, 8 a.m.