这是indexloc提供的服务,不要输入任何密码
Skip to content

tm_text() example error #860

@olivroy

Description

@olivroy
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)_

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions