No me permite cambiar ese color rojo, este es el codigo visweb(t(red), type = "diagonal")
I have never used the function visweb, but I see in the help that the parameter NA.col sets the color of cells that have the value NA. What happens if you run
visweb(t(red), type = "diagonal", NA.col = "green")
Translation:
Nunca he usado la función visweb, pero veo en la ayuda que el parámetro NA.col determina el color de celdas que tienen el valor NA. Qué pasa si ejecuta el código
visweb(t(red), type = "diagonal", NA.col = "green")
This topic was automatically closed 7 days after the last reply. New replies are no longer allowed.
If you have a query related to it or one of the replies, start a new topic and refer back with a link.