Skip to contents

This function creates a plot of the location of Project Planning Tool data

Usage

plot_map(datas = NULL)

Arguments

datas

a data frame or list of data frames obtained from get_project_data()

Examples

if (FALSE) { # \dontrun{
library(MarConsNetData)
library(MarConsNetAnalysis)
d <- get_project_data(ids=c(1093, 642))
plot_map(datas=d)
} # }