display_filters: Displays the data from a feature frame

Description Usage Arguments See Also Examples

View source: R/workflow.R

Description

Displays the data from a feature frame

Usage

1
display_filters(feature_df, dims, scale = FALSE)

Arguments

feature_df

a data frame with the calculated features, usually from 'calc_features'

dims

the original dimensions of the image

scale

defaults to 'FALSE'

See Also

calc_features

Examples

1
2
3
4
myfile <- system.file("extdata", "4T1-shNT-1.png", package = "clasifierrr")
myimg <- readImageBw(myfile)
myfeat <- calc_features(myimg, c(3,5), shape_sizes = c(51, 501))
display_filters(myfeat, dim(myimg))

jspaezp/clasifierrr documentation built on March 2, 2020, 11:20 a.m.