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

Use arrows for points in showDigitizedImage() #38

Closed
droglenc opened this issue Jan 27, 2019 · 2 comments
Closed

Use arrows for points in showDigitizedImage() #38

droglenc opened this issue Jan 27, 2019 · 2 comments
Assignees
Labels
enhancement New feature or request

Comments

@droglenc
Copy link
Contributor

All for the use of arrows rather than pch symbols for points in showDigitizedImage().

Should be able to do this with text() using unicode characters inside of intToUtf8(), pos= as with the annuli labels, and offset=0. The unicode characters to use are below

intToUtf8(c(9650,9660,9658,9668))

Will probably need to create some sort of catch with pch.show= to catch if the user says "arrows." Or, set a useArrow= logical argument.

@droglenc droglenc added the enhancement New feature or request label Jan 27, 2019
@droglenc droglenc self-assigned this Jan 27, 2019
@droglenc
Copy link
Contributor Author

@droglenc
Copy link
Contributor Author

Will be in v0.2.1.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request
Projects
None yet
Development

No branches or pull requests

1 participant