build_table {hydrotoolbox} | R Documentation |
Create a basic data frame for plotting
Description
Create a basic data frame for plotting
Usage
build_table(hm_obj, slot_name, col_name, from = NULL, to = NULL)
Arguments
hm_obj |
a valid |
slot_name |
string vector with the slot(s) to extract from the |
col_name |
a list containing a vector string per slot with the name(s) of the column(s) to plot. |
from |
string (or |
to |
string (or |
Value
A data frame with the date in the first column and the variables to plot on the others.
[Package hydrotoolbox version 1.1.2 Index]