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

Using depreciated method in fieldShape_render()? #4

Open
P0mskid00dly0ps opened this issue Jan 25, 2024 · 2 comments
Open

Using depreciated method in fieldShape_render()? #4

P0mskid00dly0ps opened this issue Jan 25, 2024 · 2 comments

Comments

@P0mskid00dly0ps
Copy link

image
Trying to run the demo in the description on the given dataset and on one of my orthos

  • after placing the trial bounds and hitting the done button, the error happens
  • I've tried manually loading mapedit and dplyr and this has not affected the error and it replicates every time

Steps: load packages, load ortho and .csv file, create fieldMap, fieldShape_render(), place trial bounds in visualization, click "Done", ERROR

@filipematias23
Copy link
Owner

Hey there,

I am not sure if you are setting the number of rowns (nrow) and columns (ncol) as numeric.

Try using a number, like:

cols<-14
rows<-10

Best,
Filipe

@P0mskid00dly0ps
Copy link
Author

Ah yes, type casting it to an integer has fixed it. I want to run the demo on some of our trials as well to see how well it works with our stuff so I changed those variables to take user input. Thanks for the help! I'll most likely have more questions down the line. Cheers!

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