Skip to content

Commit

Permalink
Update profile-ACF-ideas.R
Browse files Browse the repository at this point in the history
  • Loading branch information
dylanbeaudette committed May 31, 2024
1 parent 223607a commit 5e019c0
Showing 1 changed file with 7 additions and 0 deletions.
7 changes: 7 additions & 0 deletions misc/sandbox/profile-ACF-ideas.R
Original file line number Diff line number Diff line change
@@ -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
##
##
##
Expand Down Expand Up @@ -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)

0 comments on commit 5e019c0

Please sign in to comment.