Visualizing the Calculated WMT Region for the Data in 3D
WMT区域的三维数据可视化计算
译者:生物统计家园网 机器人LoveR
描述----------Description----------
This function realizes the 3d-visualization of the data and computational results of applying WMTR function. The parameter fdir is to be similar to that was used in WMTR.
此功能实现3d-WMTR函数施加的数据和计算结果的可视化。参数fdir是相似的,在WMTR。
用法----------Usage----------
visualWMTR(fdir = getwd())
参数----------Arguments----------
参数:fdir
A path to the directory where the output files of WMTR are located.
到该目录下,输出文件WMTR位于的路径。
(作者)----------Author(s)----------
Pavel Bazovkin and Karl Mosler
实例----------Examples----------
generTRsample("Cloud.dat") # Generate a sample data file in the working directory[在工作目录中生成的示例数据文件]
WMTR("Cloud.dat") # Processing the file from the working directory[处理文件的工作目录]
visualWMTR()