transp: Convert the format of particle size data

View source: R/transp.R

transpR Documentation

Convert the format of particle size data

Description

Converting the format of particle size data. There are 2 types of particle size data: table and list. For table format: the first column of input is datetime; the other column is the number concentration of each particle size channel, column name is the middle particle size of the particle size channel. For list format: the first column of input is datetime. The second column of input is for middle ranges of channels. The third column of input is for particle number concentration of each channel at each timepoint.

Usage

transp(df)

Arguments

df

dataframe of particle size data: a table or a list.

Value

a dataframe. If the input is a table, the output is a list, and if the input is a list, the output is a table.


GlossyBoat/foqat documentation built on Oct. 3, 2023, 1:27 p.m.