Skip to content

Commit

Permalink
Merge branch 'ordiplot-regression'
Browse files Browse the repository at this point in the history
  • Loading branch information
jarioksa committed Jun 13, 2024
2 parents 69de595 + 3e42ce4 commit 4a9e9a2
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion R/scores.ordiplot.R
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
function (x, display = "sites", ...)
{
if (length(x) == 1) {
attr(x[[1]], "score") <- display
attr(x[[1]], "score") <- names(x)
return(x[[1]])
}
items <- names(x)
Expand Down

0 comments on commit 4a9e9a2

Please sign in to comment.