Re: [R] What is the HEX code for "transparent" color?

2024-06-17 Thread Yosu Yurramendi
tOutput("distPlot")) ) ) server <- function(input, output) { output$distPlot <- renderPlot({ numrows <- 3; numcols <- 3 a <- c(1,0,1,1,1,1,1,0,1) pattern <- matrix(a, numrows, numcols, byrow=TRUE) palette <- c("#", "black&q

[R] What is the HEX code for "transparent" color?

2024-06-06 Thread Yosu Yurramendi
What is the HEX code for "transparent" color? I've tried "" "FF00" "", but they don't work. Thanks [[alternative HTML version deleted]] __ R-help@r-project.org mailing list -- To UNSUBSCRIBE and more, see