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

tm_text() example error #860

Closed
olivroy opened this issue Apr 9, 2024 · 0 comments
Closed

tm_text() example error #860

olivroy opened this issue Apr 9, 2024 · 0 comments

Comments

@olivroy
Copy link
Contributor

olivroy commented Apr 9, 2024

devtools::load_all()
 NLD_prov$x = seq(10, by = 5, length.out = 12)
 
	tm_shape(NLD_prov) + 
	 	tm_symbols(size = "x", size.scale = tm_scale_continuous(values.scale = 4)) + 
		tm_text(
			text = "x"
		)
#> Erreur : Incorrect values for layer text, aesthetic text; values should conform visual variable "text".

After this, remove \dontrun{} #859 (comment)_

This was referenced Apr 9, 2024
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

1 participant