Skip to content

Commit 393c982

Browse files
committed
all integer as input for feature_to_plot
1 parent aa6ae10 commit 393c982

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

R/confounders_clsq_class.R

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -196,7 +196,7 @@ confounders_lsq.barchart<-setClass(
196196
type="barchart",
197197
params.feature_to_plot=entity(name='Feature to plot',
198198
value=1,
199-
type=c('numeric','character'),
199+
type=c('numeric','character','integer'),
200200
description='The name of the feature to be plotted.'
201201
),
202202
params.threshold=entity(name='Threshold',

0 commit comments

Comments
 (0)