From 5e019c0ed9c064c6d622316817d9c5bc9826398b Mon Sep 17 00:00:00 2001 From: Beaudette Date: Fri, 31 May 2024 09:09:28 -0700 Subject: [PATCH] Update profile-ACF-ideas.R --- misc/sandbox/profile-ACF-ideas.R | 7 +++++++ 1 file changed, 7 insertions(+) diff --git a/misc/sandbox/profile-ACF-ideas.R b/misc/sandbox/profile-ACF-ideas.R index c30d89643..10634f61f 100644 --- a/misc/sandbox/profile-ACF-ideas.R +++ b/misc/sandbox/profile-ACF-ideas.R @@ -1,6 +1,7 @@ ## ## Use auto-correlation function to investigate / document / visualize the ## vertical anisotropy within soil profiles +## TODO: keep track of where ACF -> some small value ## ## ## @@ -115,4 +116,10 @@ acfPlot2(x, 'estimated_oc') acfPlot2(x, 'estimated_oc', resample = TRUE) acfPlot(x, 'clay') +acfPlot2(x, 'clay') +acfPlot2(x, 'clay', resample = TRUE) + +acfPlot(x, 'ph_h2o') +acfPlot2(x, 'ph_h2o') +acfPlot2(x, 'ph_h2o', resample = TRUE)