Skip to contents
library(saferGraph)


Argument text

empty_graph(text = "No data available")


Argument text.size

empty_graph(text = "No data available", text.size = 1.5)

empty_graph(text = "No data available", text.size = 1)


Argument title

empty_graph(title = "Empty Graph")


Argument title.size

empty_graph(title = "Empty Graph", title.size = 2)

empty_graph(title = "Empty Graph", title.size = 1.5)


Argument safer_check

empty_graph(safer_check = TRUE)


All the arguments

empty_graph(
  text = "No data available", 
  text.size = 1.5, 
  title = "Empty Graph", 
  title.size = 2, 
  safer_check = TRUE
)