Last data update: 2014.03.03

R: Traces of the space.
MpplotR Documentation

Traces of the space.

Description

Plot of three - dimensional perspective spatial, divides every window into quadrats defined for delta (see ConstructMPst) and counts the numbers of points in each quadrat.

Usage

Mpplot(MpData)

Arguments

MpData

object of class ConstructMPst.

Value

Graphic in three perspectives the space data "x", "y", "z" with divisions that containing the number of points in each quadrat.

Examples

data(Metadb)
x<-matrix(0,1,37)
for(i in 1:37){
 x[,i] <- 2007 + (seq(0, 36)/12)[i]
}
x<-as.Date (as.yearmon(x), frac = 1)
time = as.POSIXct(x, tz = "GMT")

MPST<-ConstructMPst(Metadb[,-c(1:4)],time,pts=Metadb[,2:4],Delta=c(7,6,5))
Mpplot(MPST)

Results


R version 3.3.1 (2016-06-21) -- "Bug in Your Hair"
Copyright (C) 2016 The R Foundation for Statistical Computing
Platform: x86_64-pc-linux-gnu (64-bit)

R is free software and comes with ABSOLUTELY NO WARRANTY.
You are welcome to redistribute it under certain conditions.
Type 'license()' or 'licence()' for distribution details.

R is a collaborative project with many contributors.
Type 'contributors()' for more information and
'citation()' on how to cite R or R packages in publications.

Type 'demo()' for some demos, 'help()' for on-line help, or
'help.start()' for an HTML browser interface to help.
Type 'q()' to quit R.

> library(STMedianPolish)
Loading required package: maptools
Loading required package: sp
Checking rgeos availability: TRUE
Loading required package: reshape2
Loading required package: spacetime
Loading required package: zoo

Attaching package: 'zoo'

The following objects are masked from 'package:base':

    as.Date, as.Date.numeric

> png(filename="/home/ddbj/snapshot/RGM3/R_CC/result/STMedianPolish/Mpplot.Rd_%03d_medium.png", width=480, height=480)
> ### Name: Mpplot
> ### Title: Traces of the space.
> ### Aliases: Mpplot
> 
> ### ** Examples
> 
> data(Metadb)
> x<-matrix(0,1,37)
> for(i in 1:37){
+  x[,i] <- 2007 + (seq(0, 36)/12)[i]
+ }
> x<-as.Date (as.yearmon(x), frac = 1)
> time = as.POSIXct(x, tz = "GMT")
> 
> MPST<-ConstructMPst(Metadb[,-c(1:4)],time,pts=Metadb[,2:4],Delta=c(7,6,5))
   |                                                                               |                                                                      |   0%   |                                                                               |==                                                                    |   3%   |                                                                               |====                                                                  |   5%   |                                                                               |======                                                                |   8%   |                                                                               |========                                                              |  11%   |                                                                               |=========                                                             |  14%   |                                                                               |===========                                                           |  16%   |                                                                               |=============                                                         |  19%   |                                                                               |===============                                                       |  22%   |                                                                               |=================                                                     |  24%   |                                                                               |===================                                                   |  27%   |                                                                               |=====================                                                 |  30%   |                                                                               |=======================                                               |  32%   |                                                                               |=========================                                             |  35%   |                                                                               |==========================                                            |  38%   |                                                                               |============================                                          |  41%   |                                                                               |==============================                                        |  43%   |                                                                               |================================                                      |  46%   |                                                                               |==================================                                    |  49%   |                                                                               |====================================                                  |  51%   |                                                                               |======================================                                |  54%   |                                                                               |========================================                              |  57%   |                                                                               |==========================================                            |  59%   |                                                                               |============================================                          |  62%   |                                                                               |=============================================                         |  65%   |                                                                               |===============================================                       |  68%   |                                                                               |=================================================                     |  70%   |                                                                               |===================================================                   |  73%   |                                                                               |=====================================================                 |  76%   |                                                                               |=======================================================               |  78%   |                                                                               |=========================================================             |  81%   |                                                                               |===========================================================           |  84%   |                                                                               |=============================================================         |  86%   |                                                                               |==============================================================        |  89%   |                                                                               |================================================================      |  92%   |                                                                               |==================================================================    |  95%   |                                                                               |====================================================================  |  97%   |                                                                               |======================================================================| 100%
> Mpplot(MPST)
> 
> 
> 
> 
> 
> dev.off()
null device 
          1 
>