geomaterials_dens_less_than: retrieve the geomaterials whose density are lower density...

View source: R/mindat_geomaterials.R

geomaterials_dens_less_thanR Documentation

retrieve the geomaterials whose density are lower density than a given value.

Description

: Queries the list of geomaterials that have lower density than lt.

Usage

geomaterials_dens_less_than(lt, ...)

Arguments

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 field "density_max" of geomaterials. retrieve all the geomaterials that has higher density than the given density(lt).

Value

df, a data frame of geomaterials

Examples

## Not run: 
df <-geomaterials_dens_less_than(3)

## End(Not run)

OpenMindat documentation built on June 8, 2025, 1:47 p.m.