2014-06-11 2 views

답변

6

[편집 : 그림 추가]

당신이 당신이 스트립을 제거하려면 ?wireframe

levelplot(s, contour = TRUE, par.settings = list(axis.line = list(col = "transparent")), 
      scales = list(col = "black"))` 

Box frame removed

의 마지막 예에서 설명 달성하고자하는 배경 및 색상 :

levelplot(s, contour=TRUE, par.settings = list(axis.line = list(col = "transparent"), 
      strip.background = list(col = 'transparent'), 
      strip.border = list(col = 'transparent')), 
      scales = list(col = "black"))` 

Box frame, strip background and color removed

+0

안녕하세요이 정말 유용하지만 나를 위해 축 진드기가 사용한 정확한 코드, 왜 어떤 생각을 사용하여 제거되는거야? 감사 – Sam

관련 문제