plot_mov.cor {dendRoAnalyst} | R Documentation |
Plotting moving correlation with climate.
Description
This function plots the moving correlation i.e., output of mov.cor.dm
.
Usage
plot_mov.cor(mov.cor.output, sig.only = T, ci = 0.95, clim_vars = "all")
Arguments
mov.cor.output |
list the output of |
sig.only |
logical TRUE to plot only significant correlation. |
ci |
numeric confidence interval |
clim_vars |
array of climate variables or "all" for all climate variables. |
Value
A plot with correlation.
Examples
library(dendRoAnalyst)
data(gf_nepa17)
data(ktm_rain17)
out_corr<-mov.cor.dm(df=gf_nepa17, Clim=ktm_rain17, TreeNum=1, win_size=21)
plot_mov.cor(mov.cor.output=out_corr, sig.only=TRUE, ci=0.95)
[Package dendRoAnalyst version 0.1.5 Index]