RplotEBS: RplotEBS

Description Usage Arguments Value Examples

View source: R/RplotEBS.R

Description

Plots one or multiple EBSP given a CSV ouput from BEAST.

Usage

1
2
RplotEBS(file = NULL, path = ".", pattern = ".csv", trim.x = NULL,
  trim.y = NULL, y.eq = NULL, ...)

Arguments

path

a character string with the path to CSV files (character). Default is ".".

pattern

a character string pattern to search for CSV files in the path. Default is ".csv".

trim.x

a numeric value indicating the lower limit to the x-axis.

trim.y

a numeric value indicating the upper limit to the y-axis.

y.eq

a boolean to indicate if the y-axis should be the same for all plots.

Value

a plot

Examples

1
2
file <- system.file("data/EBSP.csv", package="rBt")
RplotEBS(file)

santiagosnchez/rBt documentation built on Aug. 9, 2021, 11:52 p.m.