Skip to content

Commit 5362273

Browse files
committed
temporary fix before removal of groups slot
1 parent 73c2f35 commit 5362273

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

R/PLSDA_charts.R

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -39,7 +39,7 @@ plsda_scores_plot<-setClass(
3939
),
4040
params.groups=entity(name='Groups',
4141
value=factor(),
42-
type='factor',
42+
type=c('factor','character','numeric'),
4343
description='The name of the factor to be displayed on the plot. Appears on axis and legend titles, for example. By default the column name of the meta data will be used where possible.'
4444
)
4545
)

0 commit comments

Comments
 (0)