Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

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

Open
wants to merge 1 commit into
base: master
Choose a base branch
from

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