Learn R Programming

densitr (version 0.2)

Analysing Density Profiles from Resistance Drilling of Trees

Description

Provides various tools for analysing density profiles obtained by resistance drilling. It can load individual or multiple files and trim the starting and ending part of each density profile. Tools are also provided to trim profiles manually, to remove the trend from measurements using several methods, to plot the profiles and to detect tree rings automatically. Written with a focus on forestry use of resistance drilling in standing trees.

Copy Link

Version

Install

install.packages('densitr')

Monthly Downloads

220

Version

0.2

License

GPL-3

Issues

Pull Requests

Stars

Forks

Maintainer

Luka Krajnc

Last Published

March 22nd, 2022

Functions in densitr (0.2)

manual_trim_detect

Manually select a starting or ending location of a density profile
dpdetect_s

Detect measurement starting point automatically using changepoint segmentation
dpdetrend

Detrend (remove a trend) a density profile either using linear or GAM regression
plot_all

Plot a list of dp objects, one by one
dptriml

Automatically trim a list of density profiles on both sides
dptriml_s

Automatically trim a list of density profiles on the starting side
read_dpa

Read a single resistance-drilling density profile measurement file (*.dpa)
get_RW

Get ring widths from identified tree rings
remove_trim_failures

Remove automatic trim failures from a list of trimmed dp objects and return only non-failed trimmed objects
extract_dpa_name

Extract a file name from a full path
trim_manually

Manually trim a list of density profiles
separate_trim_failures

Remove automatic trim failures from a list of trimmed dp objects and return ONLY failures
plot_end_detection

Display end detection on a list of dp objects
plot_failures

Plot trimming failures one by one
plot_start_detection

Display start detection on a list of dp objects
plot_trimming

Display automatic trimming on a list of dp objects
combine_data

Combines density measurement from a dp object list into a single data frame
combine_footers

Combines footer data from a dp object list into a single data frame
correct_failures

Manually correct failures after automatic trim detection
dptrim

Automatically trim an individual density profile on both sides
dptrim_s

Automatically trim an individual density profile on the starting side
dpdetect_e

Detect measurement ending point automatically using changepoint segmentation
dpload

Load a single density profile measurement file (*.dpa) or a directory of *.dpa files.
dprings

Automatically identify tree rings in a density profile