preparePlotData: Take dataset and prepare them for plot

View source: R/plotseries.R

preparePlotDataR Documentation

Take dataset and prepare them for plot

Description

The function checks that 'data' contains correct numeric values, check for mandatory attributes (row and column names, x- and y-axis values and names, etc.) and add them if necessary.

Another things is to remove hidden columns and split the rest to visible and hidden values (if excluded rows are present).

Usage

preparePlotData(data)

Arguments

data

dataset (vector, matrix or data frame)


svkucheryavski/mdatools documentation built on Aug. 25, 2023, 12:27 p.m.