add_id_pixel_and_groups: Add id_pixel and kmeans groups from a reference dataframe....

Description Usage Arguments

View source: R/load-random-forest-data.R

Description

For each dataframe in the data_frame list, id_pixel and the group from the kmeans analysis is added. Note that the reference dataframe must contain longitude, latitude (lon and lat), id_pixel and groups.

Usage

1
2
add_id_pixel_and_groups(dataframe_list, reference_dataframe,
  join_by = c("lon", "lat"))

Arguments

dataframe_list

a list of dplyr dataframes

reference_dataframe

reference dataframe containing lon, lat, id_pixel, and groups.

join_by

variables to join by


pegoraro/qchlorophyll documentation built on May 24, 2019, 11:46 p.m.