Learn R Programming

AnomalyDetection (version 0.1.2)

inspect_block: Block Inspection

Description

inspect_block creates a list where the original data has been divided into blocks denoted in the state vector. Streamlines the process of inspecting specific blocks of interest.

Usage

inspect_block(data, block_length)

Arguments

data

data

block_length

integer value to divide data

Value

A list where each item is a data frame that contains the original data for each block denoted in the state vector.

See Also

tabulate_state_vector for creating the state vector matrix based on desired blocks.

Examples

Run this code
# NOT RUN {
inspect_block(security_logs, 30)

# }

Run the code above in your browser using DataLab