FeatureSetCalculation {flacco} | R Documentation |
Shiny Server Function for Feature Set Component
Description
FeatureSetCalculation
is a shiny
server function
which will control all aspects of the FeatureSetCalculationComponent
UI Module. Will be called with callModule
.
Usage
FeatureSetCalculation(input, output, session, stringsAsFactors, feat.object)
Arguments
input |
[ |
output |
[ |
session |
[ |
stringsAsFactors |
[ |
feat.object |
[ |
Details
It will take the user input and calculate the selected feature set.
In order to calculate a feature set, the function needs a FeatureObject
.
[Package flacco version 1.8 Index]