Description Usage Arguments See Also Examples
Displays the data from a feature frame
1 | display_filters(feature_df, dims, scale = FALSE)
|
feature_df |
a data frame with the calculated features, usually from 'calc_features' |
dims |
the original dimensions of the image |
scale |
defaults to 'FALSE' |
calc_features
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))
|
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.