ggplot2 basic manipulation

labsNone()

legendBottom(...)

legendColor(...)

legendLeft(...)

legendNone(...)

legendRight(...)

legendTop(...)

Examples


library(SPATA2)
library(tidyverse)

object <- loadExampleObject("UKF275T")

plotSurface(object, color_by = "HM_HYPOXIA")
plotSurface(object, color_by = "HM_HYPOXIA") + legendBottom()