Às 16:27 de 01/05/2025, Jorge Conrado Conforte escreveu:
Hi,
I'm starting use R. I always use the IDL and Python, to visualize my plot
data and I use these commands:
IDL
window,xsize=500,ysize=500
Python
plt.figure(figsize=(12,9))
I would like to know if R has a similar command to plot my
Hi,
I'm starting use R. I always use the IDL and Python, to visualize my plot
data and I use these commands:
IDL
window,xsize=500,ysize=500
Python
plt.figure(figsize=(12,9))
I would like to know if R has a similar command to plot my figure on the
computer screen.
Thanks,
Conrado
[
Look at the code for the graphic on the R home page.
If you click on it you will see the code.
On Tue, Jul 1, 2008 at 3:15 PM, Leandro Marino
<[EMAIL PROTECTED]> wrote:
> Hi list,
>
> I want to know how can i creat a plot window with this configuration:
> ___
> |
Try:
nf <- layout(matrix(c(1,2, 4, 6, 1, 3, 5, 6), nc = 2))
layout.show(nf)
On Tue, Jul 1, 2008 at 4:15 PM, Leandro Marino <[EMAIL PROTECTED]>
wrote:
> Hi list,
>
> I want to know how can i creat a plot window with this configuration:
> ___
> |
Hi list,
I want to know how can i creat a plot window with this configuration:
___
| |
| PLOT 1|
| |
|-|
| | |
| |
5 matches
Mail list logo