Learn R Programming

sonicscrewdriver (version 0.0.7)

convert2dyne_cm2: Convert pressure to dyne per square centimetre

Description

Converts pressure measurements into dyne per square centimetre

Usage

convert2dyne_cm2(P, input = "kPa")

Arguments

P

The value of the pressure to convert

input

The unit of the pressure to convert, allowed values are "kPa", "P".

Examples

Run this code
convert2dyne_cm2(1, input="Pa")
convert2dyne_cm2(1, input="kPa")

Run the code above in your browser using DataLab