We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
Greetings! I am new to this package and trying to run it. I have it installed and the first line runs ok. After that, I get an error message
img.name <- system.file("C:/Users/chris/OneDrive/Desktop/easystump.jpg", package = "MtreeRing") t1 <- ring_read(img = img.name, dpi = 1200, plot = TRUE) Error in if (img.size <= 10 | !magick) { : missing value where TRUE/FALSE needed
Thanks for any thoughts Chris
The text was updated successfully, but these errors were encountered:
No branches or pull requests
Greetings! I am new to this package and trying to run it. I have it installed and the first line runs ok. After that, I get an error message
img.name <- system.file("C:/Users/chris/OneDrive/Desktop/easystump.jpg", package = "MtreeRing")
t1 <- ring_read(img = img.name, dpi = 1200, plot = TRUE)
Error in if (img.size <= 10 | !magick) { : missing value where TRUE/FALSE needed
Thanks for any thoughts
Chris
The text was updated successfully, but these errors were encountered: