lattice

    1熱度

    1回答

    嗨我想繪製顯示平均值+ sd的條紋圖。我不能顯示boxplot,因爲我的值小於5,所以我想使用mean和sd。我的問題是我無法計算組內的均值和內部值,相反,我得到了兩組均表示的均值,並且與分段相同。 require(lattice) stripplot(l ~ Medium, parameters, ylab=list(expression("lag phase - h"),ce

    1熱度

    2回答

    我想用spplot + sp.lines(點陣)代替plot + segments。你知道一個簡單的方法來實現這一點,例如R: Calculating the shortest distance between two point layers library(dismo) require(rgdal) require(FNN) laurus <- gbif("Laurus", "nobi

    1熱度

    1回答

    有沒有一種(簡單)的方法來將SpatialPixelsDataFrame(從krige)轉換爲一個SpatialPolygonsDataFrame(vectorgraphic而不是pixelgraphic)。 設置值範圍並將柵格內插到多邊形或使用另一個生成SpatialPolygonsDataFrame的krige方法將會很好。我期待一個簡單的例子。 克里格例子:即在書中https://oscar

    3熱度

    2回答

    我使用點陣生成一個情節,看起來像下面 的代碼我用生成的情節形象是: xyplot(RMSE ~ Dimensions, data=afterdim,groups = paste("", Dim_Reduction), type = "l", auto.key =list(spline = "bottom", points = FALSE, lines = TRUE), xlab="Dimens

    7熱度

    1回答

    包HH似乎提供了一種簡單的方法來可視化ANCOVAs library(HH) data(hotdog) ancova(Sodium ~ Calories * Type, data=hotdog) 有喜歡的東西panel.ablineq從latticeExtra到combinate這是一個舒適的方式? (http://latticeextra.r-forge.r-project.org#pa

    1熱度

    1回答

    有沒有一種可以很方便地獲得灰度格子圖與ReportRs? trellis.device(color=FALSE)似乎沒有在這裏工作的

    3熱度

    1回答

    有沒有一種方便的方法來獲得晶格y軸上下邊界的標籤? (沒有設置它的混凝土) library(lattice) xyplot(decrease ~ treatment, OrchardSprays, ylim=c(0,200)) 問題補充:我可以只設定上限ylim並採取默認的下界?

    1熱度

    1回答

    我有以下的數據幀 ds <- data.frame(iso2c=as.factor(c(rep("AR",3),rep("BR",3),rep("DE",3),rep("US",3))), region= as.factor(c(rep("LATAM",6),rep("DEVELOPED",6))), year= rep(c(1979,1989,1999),4),

    3熱度

    1回答

    我有以下的數據幀 ds <- data.frame(iso2c=as.factor(c(rep("AR",3),rep("BR",3),rep("DE",3),rep("US",3))), region= as.factor(c(rep("LATAM",6),rep("DEVELOPED",6))), year= rep(c(1979,1989,1999),4),

    0熱度

    1回答

    我怎樣纔能有一個日誌顏色比例spplot顏色鍵?即因此在該圖中: 不是0.0,0.2,0.4,0.6,0.8,1.0,標尺上的數字變成0.0,0.01,0.1,0.2,0.5,0.0或類似的數值? 我嘗試了do.log參數,但它只適用於SpatialPointsDataFrame(根據文檔)。我也試過了尺度參數: data(meuse.grid) gridded(meuse.grid)=~x+y