代码搜索:spatial

找到约 1,342 项符合「spatial」的源代码

代码结果 1,342
www.eeworm.com/read/449504/7502288

m histobarmap.m

function [out]=histobarmap(long,lat,var1,var2,varargin) % PURPOSE: This function links a map, an histogram and a bar plot %------------------------------------------------------------------------ %
www.eeworm.com/read/449504/7502294

m histomap.m

function [out]=histomap(long,lat,variable,varargin) % PURPOSE: This function links a map and an histogram %------------------------------------------------------------------------ % USAGE: out=hist
www.eeworm.com/read/449504/7502297

m clustermap.m

function [out,out2]=clustermap(long,lat,dataset,clustnum,method,varargin) % PURPOSE: This function links a map and a bar plot of the classification variable created by the kmeans method %-----------
www.eeworm.com/read/449504/7502308

m dblebarmap.m

function [out]=dblebarmap(long,lat,var1,var2,varargin) % PURPOSE: This function links a map and two bar plots %------------------------------------------------------------------------ % USAGE: out=
www.eeworm.com/read/449504/7502317

m densitymap.m

function [out]=densitymap(lat,long,variable,alpha,varargin) % PURPOSE: This function links a map and a density estimator %------------------------------------------------------------------------ %
www.eeworm.com/read/449504/7502319

m dbledensitymap.m

function [out]=dbledensitymap(long,lat,var1,var2,a1,a2,varargin) % PURPOSE: This function links a map and two density estimators %--------------------------------------------------------------------
www.eeworm.com/read/449504/7502320

m mdsmap.m

function [out]=mdsmap(long,lat,dataset,varargin) % PURPOSE: This function links a map and mds analysis %------------------------------------------------------------------------ % USAGE: out=mdsmap(
www.eeworm.com/read/449504/7502325

m ginimap.m

function [out]=ginimap(long,lat,variable,varargin) % PURPOSE: This function links a map and a Lorentz Curve %------------------------------------------------------------------------ % USAGE: out=gi
www.eeworm.com/read/449504/7502326

m semmap.m

function [out]=semmap(long,lat,xinp,yinp,W,varargin) % PURPOSE: adjust a spatial error model on a subregion selected on the map %-------------------------------------------------------------- % USA
www.eeworm.com/read/449504/7502338

m pprmap.m

function [out]=pprmap(long,lat,data,varargin) % PURPOSE: This function links a map and two scatterplots of projections found by ppr %-----------------------------------------------------------------