# Load the pfd data and set the pfd data slot
data(pfdDF)
# Create a stacked data object
stackedDataObject = new("StackedData")
# Set the pfd data slot
pfdData(stackedDataObject) = pfdDF
# Get the pfd data from the stacked data object
pfdData = pfdData(stackedDataObject)
Run the code above in your browser using DataLab