mathura1: RBC velocity and capillary diameter by capillaroscopy

Description Usage Format Source References See Also Examples

Description

Estimated red blood cell velocity and capillary diameter at rest and during venous occlusion, obtained by capillaroscopy.

Usage

1

Format

A data frame with four columns: estimated RBC velocity at rest and during venous occlusion, followed by estimated capillary diameter at rest and during venous occlusion.

Source

Can Ince, University of Amsterdam.

References

Mathura, K. R., Vollebregt, K. C., Boer, K., De Graaff, J. C., Ubbink, D. T. and Ince, C. (2001) Comparison of OPS imaging and conventional capillary microscopy to study the human microcirculation. J. Appl. Physiol. 91, 74–78. (See Figures 1 and 4.)

See Also

mathura2

Examples

 1
 2
 3
 4
 5
 6
 7
 8
 9
10
11
12
13
14
15
16
17
18
data(mathura1)
data(mathura2)

par(las=1,mfrow=c(2,1))
boxplot(mathura1[,1],mathura1[,2],mathura2[,1],mathura2[,2],ylim=c(0,1.6),
        names=c("RBCVr","RBCVvo","RBCVr","RBCVvo"),ylab="RBC velocity (mm/s)")
abline(v=2.5,lty=3)
u <- par("usr")
text(c(1.5,3.5),u[4]+diff(u[3:4])*0.10,c("Capillaroscopy","OPS Imaging"),
     cex=1.3,xpd=TRUE)

boxplot(mathura1[,3],mathura1[,4],mathura2[,3],mathura2[,4],ylim=c(0,20),
        names=c("RBCVr","RBCVvo","RBCVr","RBCVvo"),
        ylab=expression(paste("diameter (", mu, "m)")))
abline(v=2.5,lty=3)
u <- par("usr")
text(c(1.5,3.5),u[4]+diff(u[3:4])*0.10,c("Capillaroscopy","OPS Imaging"),
     cex=1.3,xpd=TRUE)

kbroman/labstat documentation built on Jan. 6, 2021, 4:51 a.m.