Skip to content

keep PC matrix 2-dimensional even if only one PC#4

Open
wes-brooks wants to merge 1 commit intocemordaunt:masterfrom
wes-brooks:patch-1
Open

keep PC matrix 2-dimensional even if only one PC#4
wes-brooks wants to merge 1 commit intocemordaunt:masterfrom
wes-brooks:patch-1

Conversation

@wes-brooks
Copy link

@wes-brooks wes-brooks commented Sep 18, 2024

The prior code will fail when only one PC is selected because by default R will drop the singleton dimension and then the result is not an array type, so dimnames(PCs) generates an error. Adding drop = FALSE to the subset keeps the single PC as a column matrix, so everything will work.

The prior code will fail when only one PC is selected because by default R will drop the singleton dimension and then the result is not an array type, so `dimnames(PCs)` generates an error. adding `drop = FALSE` to the subset keeps the singe PC as a column matrix, so everything will work.
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant