get_tidy: Get Tidy Data

Description Usage Arguments Details Value

Description

Convert either an array or a list of arrays to a tibble

Usage

1
  get_tidy_data(mat_list, lat, lon, time = NULL, name_variable = 'variable')

Arguments

mat_list

Either an array of 2D or 3D, or a list of such arrays all with same dims

lat

numeric vector of the latitudes of mat_list

lon

numeric vector of the longitudes of mat_list

time

numeric or date vector of the time of mat_list

name_variable

only if mat_list is an array, the name of your variable

Details

get_tidy_data convert one or multiple arrays into one tibble.

Value

Returns a tibble of your data.


santiagoh719/ClimFunctions documentation built on June 2, 2020, 12:05 a.m.