convert2dyne_cm2 {sonicscrewdriver} | R Documentation |
Converts pressure measurements into dyne per square centimetre
convert2dyne_cm2(P, input = "kPa")
P |
The value of the pressure to convert |
input |
The unit of the pressure to convert, allowed values are "kPa", "P". |
convert2dyne_cm2(1, input="Pa")
convert2dyne_cm2(1, input="kPa")