Skip to content

Commit b4bac83

Browse files
committed
sync
1 parent 10a6b23 commit b4bac83

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

tests/optim.R

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -190,7 +190,7 @@ tvc(stuart)
190190
# HELPER FUNCTIONS --------------------------------------------------------
191191

192192
plot_hl = function(pal) {
193-
coords = as(hex2RGB(pal), "polarLUV")@coords
193+
coords = as(colorspace::hex2RGB(pal), "polarLUV")@coords
194194
ggplot(NULL, aes(x=coords[,"H"], y=coords[,"L"], color=pal)) +
195195
geom_point(size=3) +
196196
scale_color_identity() +

0 commit comments

Comments
 (0)