Learn R Programming

rsurfer (version 0.2)

removeabnormalrowsandcols: Remove Abnormalities

Description

Removes columns and rows which have been exported from 'Freesurfer' and may cause classification problems

Usage

removeabnormalrowsandcols(df, verbose)

Arguments

df

The data frame imported using fsimport

verbose

Whether the print debug information

Value

The data frame with abnormal rows and columns removed

Examples

Run this code
# NOT RUN {
data <- generaterandomsubjects()
data <- removeabnormalrowsandcols(data,T)
# }

Run the code above in your browser using DataLab