read_snapshots: read_snaphots

View source: R/read_snapshots.R

read_snapshotsR Documentation

read_snaphots

Description

read_snaphots

Usage

read_snapshots(
  x,
  power = 15,
  smooth = FALSE,
  out = "TC",
  heating = "heating",
  duration
)

Arguments

x

data read from dts

power

is the power output of the heating unit to calculate thermal conductivity

smooth

determines if data is smoothed depending on noise. default is false

out

provides 3 output options; 1. 'dtsobject', 2. 'temp' and 2. 'TC' or thermal_conductivity

duration
start

determines start time to subset data to. default as 0, referring to 0 seconds elapsed time after heating

end

determines end time to subset data to. default as 36000, referring to 36000 seconds elapsed time after heating


mitchelljbrown/dtsmls documentation built on Feb. 8, 2023, 3:16 p.m.