Define data block for flow injection
Source:R/blocks_functions.R
orbi_define_block_for_flow_injection.Rd
Define a data block by either start and end time or start and end scan number.
If you want to make segments in the blocks (optional), note that this function - manually defining blocks - removes all block segmentation. Make sure to call orbi_segment_blocks()
only after finishing block definitions.
Usage
orbi_define_block_for_flow_injection(
dataset,
start_time.min = NULL,
end_time.min = NULL,
start_scan.no = NULL,
end_scan.no = NULL,
sample_name = NULL
)