You should use cut for devide x into intervals and colorRampPalette for create fixed size palette: x <- rnorm(100) + 5 y <- rnorm(100) + 5 ...
確定! 回上一頁