histmap(source,layer='',attribute,type='',label="",col='',trans='')
"histmap"(source,layer='',attribute,type='',label="",col='',trans='')
"print"(x,...)
"summary"(object,...)
"plot"(x,...)
"histmap"
, i.e., a fitted model. "histmap"
, i.e., a fitted model. ## Not run:
# source<- system.file("external", package = "mgraph")
# layer="farms"
# graph=histmap(source, layer,attribute='Age',col='blue',label="")
# summary(graph)
# print(graph)
# plot(graph)
#
# #example 2: using R object
# data(meuse.all, package="gstat")
# histmap(meuse.all,layer="nofile",attribute="zinc", col="light blue")
# #Histogram with normal distribtion
# histmap(meuse.all,layer="nofile",attribute="zinc", col="light blue",type="normal")
# ## End(Not run)
Run the code above in your browser using DataLab