Skip to content
Prev 68414 / 398506 Next

select dataframe records

Pieter Provoost wrote:

            
By indexing?
Please read the psoting guide and the docs.
with(chldata[5:10,],
     barplot(rev(chlorophyll), horiz=TRUE, names.arg=rev(depth))

Uwe Ligges