我想繪製使用R地圖庫的特定國家的特定顏色。我可以填寫顏色,但他們與各自國家的關係不正確。我想知道有人能夠知道爲什麼嗎? 我的數據幀是«filld»並有3列:第一是國家的名字,第二個是隻是一些數字數據,並且第三是色彩: countries toplot color
1 Argentina -1 red
2 Armenia -1 red
3 Australia
說我有一個N整數的數組設置爲值'0',我想選擇一個隨機元素的值爲'0',並將其值'1' 我該如何有效地做到這一點? 我想出了2個解決方案,但他們看起來相當ineficient 首先解決 int array[N] //init to 0s
int n //number of 1s we want to add to the array
int i = 0
while i < n
in