Re: [R] How to label a polygon window (spatstat package)

2018-02-09 Thread Mohammad Tanvir Ahamed via R-help
Thanks.
when there is multiple polygon , it a problem .
looking for something more .

Regards.
Tanvir Ahamed 
Stockholm, Sweden |  mashra...@yahoo.com 






On Saturday, February 10, 2018, 6:35:59 AM GMT+1, Michael Sumner 
 wrote: 





Try

text(0.5, 0.5, label = "?text") 

On Sat, 10 Feb 2018, 16:22 Mohammad Tanvir Ahamed via R-help, 
 wrote:
> Hi, 
> I want to label a polygon (circle or polygon) inside.
> As for example code 
> 
> library(spatstat)
> x <- runif(20)
> y <- runif(20)
> X <- ppp(x, y, window=disc(0.7))
> plot(X)
> 
> Now I want to label that circle inside . Can some one please help me ? 
> Thanks. 
> 
> Regards.
> Tanvir Ahamed
> Stockholm, Sweden |  mashra...@yahoo.com
> 
> __
> R-help@r-project.org mailing list -- To UNSUBSCRIBE and more, see
> https://stat.ethz.ch/mailman/listinfo/r-help
> PLEASE do read the posting guide http://www.R-project.org/posting-guide.html
> and provide commented, minimal, self-contained, reproducible code.
> 


-- 
Dr. Michael Sumner
Software and Database Engineer
Australian Antarctic Division
203 Channel Highway
Kingston Tasmania 7050 Australia

__
R-help@r-project.org mailing list -- To UNSUBSCRIBE and more, see
https://stat.ethz.ch/mailman/listinfo/r-help
PLEASE do read the posting guide http://www.R-project.org/posting-guide.html
and provide commented, minimal, self-contained, reproducible code.


Re: [R] How to label a polygon window (spatstat package)

2018-02-09 Thread Michael Sumner
Try

text(0.5, 0.5, label = "?text")

On Sat, 10 Feb 2018, 16:22 Mohammad Tanvir Ahamed via R-help, <
r-help@r-project.org> wrote:

> Hi,
> I want to label a polygon (circle or polygon) inside.
> As for example code
>
> library(spatstat)
> x <- runif(20)
> y <- runif(20)
> X <- ppp(x, y, window=disc(0.7))
> plot(X)
>
> Now I want to label that circle inside . Can some one please help me ?
> Thanks.
>
> Regards.
> Tanvir Ahamed
> Stockholm, Sweden |  mashra...@yahoo.com
>
> __
> R-help@r-project.org mailing list -- To UNSUBSCRIBE and more, see
> https://stat.ethz.ch/mailman/listinfo/r-help
> PLEASE do read the posting guide
> http://www.R-project.org/posting-guide.html
> and provide commented, minimal, self-contained, reproducible code.
>


-- 
Dr. Michael Sumner
Software and Database Engineer
Australian Antarctic Division
203 Channel Highway
Kingston Tasmania 7050 Australia

[[alternative HTML version deleted]]

__
R-help@r-project.org mailing list -- To UNSUBSCRIBE and more, see
https://stat.ethz.ch/mailman/listinfo/r-help
PLEASE do read the posting guide http://www.R-project.org/posting-guide.html
and provide commented, minimal, self-contained, reproducible code.


[R] How to label a polygon window (spatstat package)

2018-02-09 Thread Mohammad Tanvir Ahamed via R-help
Hi, 
I want to label a polygon (circle or polygon) inside.
As for example code 

library(spatstat)
x <- runif(20)
y <- runif(20)
X <- ppp(x, y, window=disc(0.7))
plot(X)

Now I want to label that circle inside . Can some one please help me ? 
Thanks. 

Regards.
Tanvir Ahamed 
Stockholm, Sweden |  mashra...@yahoo.com

__
R-help@r-project.org mailing list -- To UNSUBSCRIBE and more, see
https://stat.ethz.ch/mailman/listinfo/r-help
PLEASE do read the posting guide http://www.R-project.org/posting-guide.html
and provide commented, minimal, self-contained, reproducible code.