Learn R Programming

NPMPM (version 1.0)

apsomv: function that selects the series of measured values

Description

Selectes series of measured values from the data.frame raw_data. Default selection-method apsomv selects experiments matching the parameters (temperature, pH value, aw value) of the current process step. Method allsomv selects the whole data.frame.

Usage

apsomv(pstep) allsomv(pstep)

Arguments

pstep
pstep is one row of psteps<-data.frame(name,id,process_id,temp_min,temp_max,time_min,time_max,matrix_id,factor,stepnumber

Value