join_models: Join all models into a single ensemble.

View source: R/harpPoint_tidyverse.R

join_modelsR Documentation

Join all models into a single ensemble.

Description

The function is most useful for finding common cases between models.

Usage

join_models(.fcst, join_type = "inner", name = "joined_models", ...)

Arguments

.fcst

A harp_fcst object with any multimodel data merged with merge_multimodel.

join_type

The type of join to perform. See join.

name

The name of the resulting model.

...

Other arguments to join.


andrew-MET/harpPoint documentation built on Feb. 23, 2023, 1:06 a.m.