You are on page 1of 3

.

> View(Libro_2)
> attach(Libro_2)
The following objects are masked from Libro1:

Area, Hab, Nue, Pre, Usa

> hist(Usa)
> hist(pre)
Error in hist(pre) : object 'pre' not found
> hist(pre)
Error in hist(pre) : object 'pre' not found
> hist(Pre)
Error in hist.default(Pre) : 'x' must be numeric
> hist(pressure)
Error in hist.default(pressure) : 'x' must be numeric
> hist(Area)
Error in hist.default(Area) : 'x' must be numeric
> attach(Libro_2)
The following objects are masked from Libro_2 (pos = 3):
Area, Hab, Nue, Pre, Usa

The following objects are masked from Libro1:

Area, Hab, Nue, Pre, Usa

> hist(Nue)
> attach(Libro_2)
The following objects are masked from Libro_2 (pos = 3):

Area, Hab, Nue, Pre, Usa

The following objects are masked from Libro_2 (pos = 4):

Area, Hab, Nue, Pre, Usa

The following objects are masked from Libro1:

Area, Hab, Nue, Pre, Usa


> hist(Usa)
> attach(Libro_2)
The following objects are masked from Libro_2 (pos = 3):

Area, Hab, Nue, Pre, Usa

The following objects are masked from Libro_2 (pos = 4):

Area, Hab, Nue, Pre, Usa

The following objects are masked from Libro_2 (pos = 5):

Area, Hab, Nue, Pre, Usa

The following objects are masked from Libro1:

Area, Hab, Nue, Pre, Usa

> hist(Area)
Error in hist.default(Area) : 'x' must be numeric
> hist(Area)
Error in hist.default(Area) : 'x' must be numeric
> attach(Libro_2)
The following objects are masked from Libro_2 (pos = 3):

Area, Hab, Nue, Pre, Usa


The following objects are masked from Libro_2 (pos = 4):

Area, Hab, Nue, Pre, Usa

The following objects are masked from Libro_2 (pos = 5):

Area, Hab, Nue, Pre, Usa

The following objects are masked from Libro_2 (pos = 6):

Area, Hab, Nue, Pre, Usa


The following objects are masked from Libro1:

Area, Hab, Nue, Pre, Usa

> hist(Pre)
Error in hist.default(Pre) : 'x' must be numeric
>

You might also like