LG_plot_df_correlation: Extract data-frames needed for the plotting of the...

View source: R/LG_plot_df_correlation.R

LG_plot_df_correlationR Documentation

Extract data-frames needed for the plotting of the correlations

Description

This internal function extracts the (local Gaussian) auto- and cross-correlations into the shapes needed in order for the plot-function to present the result.

Usage

LG_plot_df_correlation(look_up, ..env)

Arguments

look_up

An environment created by LG_lookup (in the function LG_plot_helper), where the key details have been extracted (or constructed) from a (non-reactive copy) of the values defined by the shiny-interface.

..env

The environment that contains the correlations, and also the environment in which the result will be stored.

Value

The environment ..env will be updated with values needed for the plotting of the spectra. Internal caching is used in order to avoid redoing already performed tasks. The creation of data-frames are taken care of in LG_create_plot_df.


LAJordanger/localgaussSpec documentation built on May 6, 2023, 4:31 a.m.