geomaterials_dens_range {OpenMindat}R Documentation

retrieve the geomaterials whose density are within an given value.

Description

: Queries the list of geomaterials that match an given range.

Usage

geomaterials_dens_range(gt,lt, ...)

Arguments

gt

float value

lt

float value dmeas: measured density of the mineral. This is either the lower limit (if there is a dmeas2) or average (if there is no dmeas2). dmeas2:measured maximum density of mineral

...

Further named parameters.Other optional arguments.

Details

This function releated to the fields "density_min" and "density_max" of geomaterials. retrieve all the geomaterials records that has the density within an given range of (gt,lt).

Value

df, a data frame of geomaterials

Examples

## Not run: 
df <-geomaterials_dens_range(2,3)

## End(Not run)

[Package OpenMindat version 1.0.0 Index]