We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 82784e6 commit 54135ccCopy full SHA for 54135cc
R/factor_barchart_class.R
@@ -48,7 +48,7 @@ setMethod(f="chart.plot",
48
49
X=dobj$data
50
51
- if (is.numeric(obj$feature_to_plot) | is.integer()) {
+ if (is.numeric(obj$feature_to_plot)) {
52
varn=colnames(X)[obj$feature_to_plot]
53
} else {
54
varn=obj$feature_to_plot
0 commit comments