## Not run:
# #example one: using non spatial data
# source<- system.file("external", package = "mgraph")
# layer="farms"
# attributes="Age,FArea"
# graph=linemap(source,layer,attributes,type="l",col='black',label="")
# summary(graph)
# print(graph)
# plot(graph)
#
# #example two: using R object
# data(meuse.all, package="gstat")
# linemap(meuse.all,layer="nofile",attributes="zinc,copper",type="l")
# ## End(Not run)
Run the code above in your browser using DataLab