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

List generated instead of matrix in getTrafo4x4 #7

Closed
J0vid opened this issue May 24, 2017 · 2 comments
Closed

List generated instead of matrix in getTrafo4x4 #7

J0vid opened this issue May 24, 2017 · 2 comments

Comments

@J0vid
Copy link
Contributor

J0vid commented May 24, 2017

I was trying to use rotmesh.onto and running into problems- I've attached a small R project that reproduces the issue and suggests a solution. The same behavior for getTrafo4x4 is present in getTrafo.rotonto:

https://1drv.ms/f/s!AsGOC9LHYLqjje1pZzN9V6fNileg3w

@zarquon42b
Copy link
Owner

Hi @J0vid
Your problems result from reference and Marfan.ref not being matrices - which is required by the functions. Simply convert them to matrices and everything works fine:

reference <- as.matrix(read.table("mn_ply_lm.txt"))
Marfan.ref <- as.matrix(read.table("marfanref.txt"))

Best
Stefan

@zarquon42b
Copy link
Owner

As I did not hear back from you, I assume this issue can be closed.

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

No branches or pull requests

2 participants