gplots

    1熱度

    1回答

    rowsidecolors的位置。當使用從gplots包將R heatmap.2功能,可以傳遞參數rowsidecolors,然後將插入下一個列到樹形圖as shown here。我想知道是否可以將列重新定位到行標籤旁邊的熱圖的另一側?

    4熱度

    3回答

    是否有方法從關聯矩陣繪製圖形? 按圖我的意思是http://en.wikipedia.org/wiki/Graph_(mathematics)不是情節。 到目前爲止,我只發現如何將關聯矩陣轉換爲鄰接矩陣。 在R中,這可能與igraph庫有關。那麼,有沒有一種簡單的方法來做到這一點在MATLAB

    1熱度

    1回答

    我用gplots創建了一個年齡性別金字塔。我想在金字塔的兩邊居中放置一個小標題。 但是,我只能得到字幕與金字塔的兩側中的一側對齊: library(gplots) agetable <- as.data.frame(cbind (c(2, 4, 7, 8, 10, 8, 6, 4, 2, 1), c(1, 3, 5, 9, 11, 6, 4, 1, 0, 1))) na

    3熱度

    1回答

    我的問題是我想創建具有平均值和標準差的繪圖。 我發現函數plotmeans在包gplots現在我想添加一個趨勢線到該圖。我試圖用abline做到這一點,但它不起作用。我會很感激一些幫助。 我的數據是這樣的: year <- c(2004, 2004, 2004, 2005, 2005, 2005, 2006, 2006, 2006, 2007, 2007, 2007, 2008, 2008, 20