Plot fiber area by fiber type and group
plot_fiber_type(
x,
response,
conf,
stats,
muscle = "MG",
sex = "Female",
age = "6M",
ymin,
ymax
)a data.frame with columns "response", "type",
"group", "muscle", "age", "sex", and the column
given by response.
character; name of a column in x. Used to plot
individual data points.
a data.frame with columns "muscle", "age", "sex", "group",
"response_mean", "lower.CL", and "upper.CL".
data.frame with columns "muscle", "type", "age", "sex",
"contrast", "type", "p.value", and "signif".
character; skeletal muscle to plot. Either "LG", "MG", "PL", or "SOL" (lateral gastrocnemius, medial gastrocnemius, plantaris, or soleus).
character; sex of rats to plot. Either "Female" or "Male".
character; age of rats to plot. Either "6M" or "18M".
numeric; lower y-axis limit.
numeric; upper y-axis limit.