## Not run:
# # Create a node data frame
# nodes <-
# create_nodes(nodes = c("a", "b", "c", "d"),
# type = "letter",
# label = TRUE,
# style = "filled",
# color = "aqua",
# shape = c("circle", "circle",
# "rectangle", "rectangle"),
# value = c(3.5, 2.6, 9.4, 2.7))
# ## End(Not run)
Run the code above in your browser using DataLab