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

Fixed issue #39 #40

Closed
wants to merge 1 commit into from
Closed

Fixed issue #39 #40

wants to merge 1 commit into from

Conversation

SridharJagannathan
Copy link
Collaborator

Updated for issue #39

@coveralls
Copy link

Coverage Status

Coverage increased (+0.06%) to 83.571% when pulling 9609eb9 on develop into e0cb692 on master.

cat(" x =", paste0(x$voxdims[1], " ", x$units[1], "\n"))
cat(" y =", paste0(x$voxdims[2], " ", x$units[2], "\n"))
cat(" z =", paste0(x$voxdims[3], " ", x$units[3], "\n"))
dimension_names = c('x','y','z')
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

in base R, this is prob enough

if(length(x$units)==1) x$units=rep(x$units, 3)

@jefferis jefferis closed this Apr 16, 2020
@jefferis jefferis deleted the develop branch June 9, 2023 16:46
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.

3 participants